Skip to content

hungrxyz/Trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trie

A half done implementation of trie data structure as described in Functional Swift by objc.io book.

Performance

Performance was measured only for completions. Numbers in the graph bellow are from running the measurement tests on a 15" MacBook Pro 2017 (3.1 GHz Quad-Core Intel Core i7).

trie performance graph

About

Trie implementation is Swift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages