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

Fix some memory leaks that affect routing and route creation #105

Closed bitomaxsp closed 3 years ago

c9s commented 6 years ago

Please make travis ci pass

c9s commented 6 years ago

any update?

bitomaxsp commented 3 years ago

@c9s Can you reopen it, i'll try to finish it. This PR was ignored so long, that i gave up waiting response.

c9s commented 3 years ago

sure :) welcome back

bitomaxsp commented 3 years ago

All the fixes are already in. Closing this