Added feature `mapped-file`: Attempt to `mmap()` input where possible to avoid reads. (NOTE: This should be replaced with a cfg-target-unix check, for now it is a default feature that can be disabled.)
Started module `part`: Partitioning of memory areas (halve-then-`{r,m}emchr("\n")` pivot calculation) (parallelised via rayon + crossbeam-queue (+maybe tokio_uring?) if `threads` feature enabled. Fortune for reverse's current commit: Middle blessing − 中吉refactor-search-capext
parent
5144539191
commit
ff898fc9b3
@ -0,0 +1,3 @@
|
||||
//! Partitioning even areas by delimitor byte.
|
||||
use super::*;
|
||||
|
Loading…
Reference in new issue