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
815 stars 83 forks source link

Document how to free objects using the public API #13

Closed thedrow closed 10 years ago

thedrow commented 10 years ago

I had to browse through the tests in order to find out.

c9s commented 10 years ago

Hi, You may grep for "_free" it shall show you the functions.

I will document them later. :)

c9s commented 10 years ago

I updated the synopsis for more detail usage in the README https://github.com/c9s/r3/blob/master/README.md

API documentation will be added later.