Skip to content

Conversation

@tushushu
Copy link
Collaborator

@tushushu tushushu commented Oct 11, 2022

What's new?

  • Use unsafe methods to visit vector / hashmap elements, so as to improve the benchmark;
  • Use with_capacity or shrink_to_fit to reduce memory usage;

@tushushu tushushu self-assigned this Oct 11, 2022
@tushushu tushushu added the benchmark To improve or test the benchmark performance. label Oct 11, 2022
@tushushu tushushu added this to the ulist 0.12.0 milestone Oct 11, 2022
@tushushu tushushu linked an issue Oct 11, 2022 that may be closed by this pull request
@tushushu tushushu merged commit 48e32a8 into main Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

benchmark To improve or test the benchmark performance.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use unsafe methods when iterating Vec or HashSet.

2 participants