KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
eytzinger-layout
★ 16
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
CVE-2023-1671-POC
:
CVE-2023-1671-POC, based on dnslog platform
FreeGPT
:
ChatGPT automation tool in selenium.
pointer
:
Generic pointer helpers
MF-PAM_mfpam_pitch_estimation_pytorch
:
No description available.
qb-core-money-item
:
[FiveM/QB-CORE] Money as Item for qb-core
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
eytzinger-layout
?
Download (.md)
# The Eytzinger layout bechmarks Benchmark code I've written for my article [Fast(er) binary search in Rust](https://www.bazhenov.me/posts/faster-binary-search-in-rust/). ## How to run benchmarks - standart binary search ```console $ make -B std.csv ``` - the eytzinger layout binary search ```console $ make eytzinger.csv ``` - the branchless eytzinger layout binary search ```console $ make eytzinger-branchless.csv ``` - the branchless eytzinger layout binary search with software memory prefetch ```console $ make eytzinger-branchless-prefetch.csv ``` - generating graph ```console $ gnuplot plot.gnuplot ```