mirror of
https://github.com/azalea-rs/simdnbt.git
synced 2025-08-02 15:36:03 +00:00
* write structs and unions for tape * war crimes * except they're not war crimes if you're winning * clippy and uncomment disabled examples * cleanup and fix ub * get(0) -> first() * add fuzzer and fix ub lmao * fix an out of bounds write * fix macros and make it more useable
16 lines
274 B
Text
16 lines
274 B
Text
/target
|
|
.vscode
|
|
|
|
# generated by profiling tools
|
|
flamegraph.svg
|
|
perf.data
|
|
perf.data.old
|
|
callgrind.out.*
|
|
cachegrind.out.*
|
|
|
|
# sometimes i make these files when benchmarking, don't want to accidentally commit them
|
|
benchmark_result.txt
|
|
valgrind.txt
|
|
|
|
# thanks rust
|
|
rustc-ice*.txt
|