Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StringSetPerfComparison

A performance comparison of 3 different types of string sets: std::set, std::unordered_set, and a custom trie.

About

A performance comparison between std::set, std::unordered_set, and a custom trie using the Moby Word II data set

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages