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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
refactor-thread-pool-no-channel-cmpext
refactor
refactor-thread-pool-no-channel-cmpext
refactor-search-capext
master
simple
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'refactor-thread-pool-no-channel-cmpext'
${ noResults }
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 − 半吉
8 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...
8 months ago
ext.rs
Added `CachelineBuffer` and `AlignedCachelineBuffer`: Byte buffers that are the size of one cacheline (2nd: and aligned to cacheline boundary.)
8 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...
8 months ago
part.rs
Added `CachelineBuffer` and `AlignedCachelineBuffer`: Byte buffers that are the size of one cacheline (2nd: and aligned to cacheline boundary.)
8 months ago