This website works better with JavaScript.
Explore
Help
Register
Sign In
flanchan
/
reverse
Watch
1
Star
0
Fork
You've already forked reverse
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
refactor-thread-pool-no-channel-cmpext
reverse
/
src
History
Avril
13be69c884
buffer: Added `ThreadPool<"scope = "static>` skeleton. TODO: Re-design using normal `mpsc` channel instead of implementing my own fucking channel with the `Arc<(Condvar, Mutex)>` stuff...
...
Fortune for reverse's current commit: Half blessing − 半吉
9 months ago
..
buffer.rs
buffer: Added `ThreadPool<"scope = "static>` skeleton. TODO: Re-design using normal `mpsc` channel instead of implementing my own fucking channel with the `Arc<(Condvar, Mutex)>` stuff...
9 months ago
ext.rs
Added `CachelineBuffer` and `AlignedCachelineBuffer`: Byte buffers that are the size of one cacheline (2nd: and aligned to cacheline boundary.)
9 months ago
main.rs
buffer: Added `ThreadPool<"scope = "static>` skeleton. TODO: Re-design using normal `mpsc` channel instead of implementing my own fucking channel with the `Arc<(Condvar, Mutex)>` stuff...
9 months ago
part.rs
Added `CachelineBuffer` and `AlignedCachelineBuffer`: Byte buffers that are the size of one cacheline (2nd: and aligned to cacheline boundary.)
9 months ago