-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf: Switched to Vec
+ created benchmarks
#24
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Split this up into two commits, first one to add benchmarks and then second one that does the change, so we can compare the performance difference, and so there is nice history.
63ef1dc
to
b986d67
Compare
b986d67
to
aac8390
Compare
Alright, extract benchmark addition to separate commit (make it first), and squash everything else into second one, and you can go. |
e20ce7b
to
f5be9cf
Compare
This PR makes reading
complex_player.dat
around 50% faster, which makes our library faster than FastNBT.