Skip to content

ramfjord/ctrie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A barebones trie map implementation in C, which I built to play around with
function pointers and trying to make things generic.  Also I have been curious
lately about the preformance about trymaps vs hashmaps when the keys are all
strings, so eventually I want to test out the performance here with the
performance of a hash map library.

About

a c trie / experiment in c "generics"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages