This website requires JavaScript.
Explore
Help
Sign In
elf
/
rlocate
Watch
1
Star
0
Fork
You've already forked rlocate
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
d13a76f08a
rlocate
/
.gitignore
10 lines
58 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Moved everything around so it's more project-y Added the squozen patprep function, added unit tests to the patprep `c` code, and ensured that the rust version works the same way. The only remaining code slowdown is that re-allocating the Vec 50 million times turns out to be slower than re-using the same slice of RAM over and over and over.
2022-11-11 16:31:22 +00:00
.#*
*~
*#
*.aux
**/*.rs.bk
target
Successfully read the mlocatedb header. This commit shows how to read the mlocatedb header, with a test to assert that the read is correct.
2021-06-24 02:00:56 +00:00
Cargo.lock
Moved everything around so it's more project-y Added the squozen patprep function, added unit tests to the patprep `c` code, and ensured that the rust version works the same way. The only remaining code slowdown is that re-allocating the Vec 50 million times turns out to be slower than re-using the same slice of RAM over and over and over.
2022-11-11 16:31:22 +00:00
.ccls-cache