Projects I am actively working on:
smokku
Follow
maker • dreamin' in code
-
Xiaoka.com
- Warsaw
- https://abadcafe.wordpress.com
- https://@smokku.bsky.social
- in/smoku
- @X65pc
- @DeeOSys
Pinned Loading
-
bevy_networking_turbulence
bevy_networking_turbulence Public archiveNetworking plugin for Bevy engine running on naia-socket and turbulence libraries
-
📊 Weekly development breakdown
📊 Weekly development breakdown 1TypeScript 4 hrs 41 mins ████████████▏░░░░░░░░ 57.8%
2JavaScript 1 hr 26 mins ███▋░░░░░░░░░░░░░░░░░ 17.7%
3HTML 38 mins █▋░░░░░░░░░░░░░░░░░░░ 7.9%
4Other 30 mins █▎░░░░░░░░░░░░░░░░░░░ 6.2%
5CSS 26 mins █▏░░░░░░░░░░░░░░░░░░░ 5.5%
-
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.