Skip to content

Commit

Permalink
Update readme, keep boyer_moore_horspool as WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
andrelrt committed Oct 27, 2018
1 parent 6179112 commit 72eab2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ litesimd/
types.h ; simd_type
samples/
binary_search/ ; Benchmark lower_bound implementations
boyer_moore_horspool/ ; Substring search using SIMD
boyer_moore_horspool/ ; Substring search using SIMD (WIP: still slower than boost, but faster than std::string::find)
bubble_sort/ ; Classic bubble sort in SIMD style
greater/ ; Simple greater than sample (the same of above)
nway_tree/ ; Another approach for same lower_bound search, using trees
Expand Down

0 comments on commit 72eab2d

Please sign in to comment.