mirror of
https://github.com/codex-storage/codex-research.git
synced 2025-01-10 02:36:09 +00:00
Eric Mastro
0cca4cfaf4
Change request queue to slot queue (#167)
* Change request queue to slot queue The request queue design was overly complicated as there was additional logic required to track one item with multiple slot indices. Instead, each item in the queue could be represented by a slot, and each time a request for storage is received, all slots for the request can be expanded and added to the queue. * update note about resumption of queue processing
Codex Research
Contains research for the Codex peer-to-peer storage network.
Description
Languages
Jupyter Notebook
87.8%
R
12.2%