Skip to content

cjavad/os-challenge-cmpxchg-Sammenlign-Byt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c511487 · Nov 24, 2024
Nov 22, 2024
Nov 10, 2024
Nov 12, 2024
Sep 19, 2024
Sep 5, 2024
Oct 29, 2024
Nov 24, 2024
Nov 21, 2024
Sep 5, 2024
Sep 12, 2024
Nov 12, 2024
Nov 12, 2024
Oct 9, 2024
Oct 10, 2024

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages