[ANN] releasing scope-capture-nrepl 0.3.0

2019-01-06 Thread Val Waeselynck
*scope-capture-nrepl 0.3.0* is out, updates the nREPL dependency to use nrepl/nrepl . Still compatible with the older tools.nrepl . https://clojars.org/alvalval/scope-capture-nrepl -- You received this message beca

Re: [ANN] Calfpath (v0.7.1), a fast and flexible Ring request router

2019-01-06 Thread Paul deGrandis
Hi Shantanu, Interesting project and congrats on the release! I think Alan was asking more about the runtime and space complexities. What is the core approach used in Calfpath? What is the runtime and space complexity? What are the ideal operational conditions and under what conditions does

Re: [ANN] Calfpath (v0.7.1), a fast and flexible Ring request router

2019-01-06 Thread Shantanu Kumar
On Monday, 7 January 2019 01:03:16 UTC+5:30, Paul deGrandis wrote: > > Hi Shantanu, > > Interesting project and congrats on the release! > > I think Alan was asking more about the runtime and space complexities. > What is the core approach used in Calfpath? What is the runtime and space > com

Re: [ANN] Calfpath (v0.7.1), a fast and flexible Ring request router

2019-01-06 Thread Shantanu Kumar
Sorry, the runtime complexity in Calfpath would be generally O(n^2) because iterating routes and under every route iterating each character in the URI template in the worst case. Shantanu On Monday, 7 January 2019 12:43:44 UTC+5:30, Shantanu Kumar wrote: > > > > On Monday, 7 January 2019 01:03