Bucket sorting in RAM - faster, less SSD usage and electronic waste

For the last few weeks I’ve been working on my fork that does two things:

  1. Sorts in RAM
  2. Generate IDs based on Farm and Plot keys so native C++ chiapos is as easy to use as entire Chia bundle i.e. Plotter.exe create -n 100 -k 32 -F farmer_key -p pool_key (this part I found in another fork, broke it down to generate_id and generate_name and packaged in a DLL)

Here’s my fork(more in README):

If you have 256GB or more ram you can try the plotter in BIN folder

Here’s the issue I created for this

1 Like