Skip to content

Jiwan/benchmarks_map_insertion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Benchmarks on the insertion speed in a map.

It takes multiple different scenarios:

  • The insertion will succeed.

    • With double lookup strategy.
    • With try_emplace.
    • Always insert.
  • The insertion will not succeed.

    • With double lookup strategy.
    • With try_emplace.
    • Always insert.

    Try it by yourself!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published