c9s / r3

libr3 is a high-performance path dispatching library. It compiles your route paths into a prefix tree (trie). By using the constructed prefix trie in the start-up time, you may dispatch your routes with efficiency
http://c9s.github.com/r3/bench.html
MIT License
816 stars 83 forks source link

Using the data member of a tree for custom data? #106

Open ghost opened 6 years ago

ghost commented 6 years ago

It's unclear whether or not it is legal to use the void * data member of the tree for custom data? Can this be done safely or is it used inside the library (or is it maybe going to be used in a later release)?