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 16 hrs 43 mins █████████████▉░░░░░░░ 66.3%
2Assembly 3 hrs 15 mins ██▋░░░░░░░░░░░░░░░░░░ 12.9%
3C++ 1 hr 36 mins █▎░░░░░░░░░░░░░░░░░░░ 6.4%
4JSON 1 hr 8 mins ▉░░░░░░░░░░░░░░░░░░░░ 4.5%
5Text 48 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.