Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 592 Bytes

File metadata and controls

23 lines (12 loc) · 592 Bytes

cmpxchg-Sammenlign&Byt's server implementation

Server

TODO.

TCP Protocol

  • Read raw bytes from protocol into BE ds, and convert to LE ds we perform further processing on.

  • The opposite is done to produce the answer.

Hash lookup

Shared nmap'ed memory regions based on a BTreeMap using the start and end ranges (buckets) run dedicated processes to smartly cache computation without over computing.

In principle implement a database using a bespoke data format for lookup.

Generic utils we probably need

  • Generic allocation interface (To implement RC or Arena alloc)