This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
choose
Watch
2
Star
0
Fork
You've already forked choose
0
mirror of
https://github.com/theryangeary/choose
synced
2024-11-29 06:10:19 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
c6cb007f2b
choose
/
.gitignore
10 lines
88 B
Text
Raw
Normal View
History
Unescape
Escape
Add gitignore
2019-09-02 00:22:07 +00:00
/target
**/*.rs.bk
Improve performance and add profiling tooling Add tags, todo, *.bench, *.svg and bench_output to .gitignore Add test/bench.sh script. bench.sh runs the `bench` command on each test/long*txt file with range 3:5 and saves the output to a file for comparing performance across file sizes. Inline printing in get_choice_slice Change BufWriter<..stdout..> to BufWriter<T> Add MockStdout for testing printing Add more reverse range tests Simplify word finding with a more uniform bounds check. Add Makefile for generating flamegraphs Redefine Choice struct as a start and end integer Improve algorithm for finding words to print Settle exclusivity at Config construction time Add tests for nonexistant field_seps Add regression test for preceding separator Use handle.write instead of write! macro for tremendous speed up
2020-02-25 04:59:51 +00:00
tags
todo
bench_output/
**/*.bench
**/*.svg
test/long*txt
perf.data*
Reference in a new issue
Copy permalink