codex-storage / codex-research

Codex durability engine research
34 stars 14 forks source link

Multi-threading #176

Open jessiebroke opened 1 year ago

jessiebroke commented 1 year ago

Jaremy will have write-up under considerations and approaches and actual user stories will shake out of that.

Good to start w/ IO file system access async.

Investigate the threadpool approach, do some experiements w/ that and integrate w/ datastore API.

Suggest looking into Libuv in Node.js: https://www.scaler.com/topics/nodejs/libuv/

elcritch commented 1 year ago

Okay wrote my initial thoughts, and somewhat of a summary of what @dryajov and I have been discussing: https://github.com/codex-storage/nim-codex/discussions/506

My brain hurts... trying to write down ideas into something cogent always seems to be draining. ;)