Projects I am actively working on:
smokku
Follow
maker • dreamin' in code
-
Xiaoka.com
- Warsaw
- https://abadcafe.wordpress.com
- in/smoku
- @X65pc
- @DeeOSys
Pinned Loading
-
📊 Weekly development breakdown
📊 Weekly development breakdown 1C 15 hrs 30 mins ███████▉░░░░░░░░░░░░░ 37.8%
2TypeScript 10 hrs 25 mins █████▎░░░░░░░░░░░░░░░ 25.4%
3Assembly 6 hrs 51 mins ███▌░░░░░░░░░░░░░░░░░ 16.7%
4C++ 4 hrs 7 mins ██░░░░░░░░░░░░░░░░░░░ 10.0%
5JSON 1 hr 18 mins ▋░░░░░░░░░░░░░░░░░░░░ 3.2%
-
Linux futex based Read-Write Lock im...
Linux futex based Read-Write Lock implementation 1#define cpu_relax() __builtin_ia32_pause()
2#define cmpxchg(P, O, N) __sync_val_compare_and_swap((P), (O), (N))
34static unsigned _lock = 1; // read-write lock futex
5const static unsigned _lock_open = 1;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.