JackKelly / light-speed-io

Read & decompress many chunks of files at high speed
MIT License
43 stars 0 forks source link

Create a `struct UserData` to manage how we encode uring `user_data` #116

Closed JackKelly closed 2 months ago

JackKelly commented 3 months ago

We'd impl From<u64> for UserData (to convert from the user_data to an index and a opcode (or whatever else we want to encode).

JackKelly commented 2 months ago

Done.