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 14 hrs 35 mins ████████████▉░░░░░░░░ 61.4%
2C++ 2 hrs 45 mins ██▍░░░░░░░░░░░░░░░░░░ 11.6%
3JSON 1 hr 41 mins █▍░░░░░░░░░░░░░░░░░░░ 7.1%
4Objecti... 1 hr 23 mins █▏░░░░░░░░░░░░░░░░░░░ 5.8%
5TypeScript 1 hr 19 mins █▏░░░░░░░░░░░░░░░░░░░ 5.6%
-
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.