https://github.com/kerollmops/cml
Coroutines memory lookups - Permit multi memory lookups inside coroutines
https://github.com/kerollmops/cml
binary-search memory prefetch
Last synced: 6 months ago
JSON representation
Coroutines memory lookups - Permit multi memory lookups inside coroutines
- Host: GitHub
- URL: https://github.com/kerollmops/cml
- Owner: Kerollmops
- License: mit
- Created: 2020-01-24T11:57:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-25T10:08:06.000Z (over 5 years ago)
- Last Synced: 2025-01-02T20:57:55.255Z (6 months ago)
- Topics: binary-search, memory, prefetch
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cml
Coroutines memory lookups - Permit multi memory lookups inside coroutines.[](https://www.youtube.com/watch?v=j9tlJAqMV7U)
```
test tests::basic_110_256mb ... bench: 16,369 ns/iter (+/- 3,438)
test tests::basic_one_256mb ... bench: 21 ns/iter (+/- 2)
test tests::gen_110_256mb ... bench: 15,941 ns/iter (+/- 2,305)
test tests::gen_one_256mb ... bench: 65 ns/iter (+/- 7)
```