Skip to content

avitevet/StringSetPerfComparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors