https://github.com/brson/mem-basics
https://github.com/brson/mem-basics
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/brson/mem-basics
- Owner: brson
- Created: 2020-05-21T00:47:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T02:49:45.000Z (about 6 years ago)
- Last Synced: 2025-02-13T16:48:08.472Z (over 1 year ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
Playing with basic low-level memory functions
* Links
** SIMD algorithms
- http://0x80.pl/articles/simd-strfind.html
- https://github.com/khegeman/floki
- http://www.vldb.org/pvldb/vol8/p1274-inoue.pdf
- https://researcher.watson.ibm.com/researcher/files/jp-INOUEHRS/SIMDSorting_A0.pdf
- https://www.researchgate.net/publication/221302646_New_Algorithms_for_SIMD_Alignment
- https://github.com/DragonSpit/HPCsharp
- https://dl.acm.org/doi/10.14778/1454159.1454171