Skip to content

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

Notifications You must be signed in to change notification settings

avitevet/StringSetPerfComparison

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

No packages published