Menu

📰
0

Reddit - Please wait for verification

The Rust Programming Language·/u/DependentJicama4766·2 days ago
#qSY1bTGG
Reading 0:00
15s threshold

So, recently i got unemployed, and i wanted to tackle a problem i had for a really long time that is efficiently managing states across different processes. I'm a micro services guy, and i really like to build my functionalities modular so i can plug in or remove whatever i want without breaking all the other moving pieces. So i did what every sane person would, and decided to build a fully lock-free SHM Arena from scratch, using a few novel ideas i had to handle concurrent allocation and coalescing contention. The repo is still in early stages of development, but since i already have a clear scope of what i want to do, i decided to post it to gather some feedback on the project as i go. Maybe someone can catch a flaw in my logic i didn't perceive before, so any comments are welcome... even the destructive ones, come fight me bro. Repo link: https://github.com/CodenamePhantom/AtomicMatrix submitted by /u/DependentJicama4766 [link] [comments]

Read More