Commits
Click on a commit to change the comparison rangefeat(bfs): use vecdeque instead of vec feat(bfs): pre-allocate result vec feat(bfs): use a boolean vec instead of hashset to store visited feat(lut): precompute brightness table feat(lut): precompute gamma table feat(lut): precompute both lookup tables fix: random formatting changes feat(blob): use rayon threads to parallelize feat(blob): improve array comparison feat(blob): revert manual comparison feat(blob): pre-allocate merged vec feat(blob): use rayon fold to improve merging feat(dna): use rayon to map over lines feat(dna): use memmem and skip UTF-8 validation