Re: Optimizaton for finding the next key in a sorted-map

2020-05-26 Thread Harmon Nine
Thanks very much for your responses. :) 'subseq' looks like it will do what's needed. -- Harmon On Monday, May 25, 2020 at 4:47:58 PM UTC-5, Harmon Nine wrote: > > Is there an optimization for sorted-maps that, when you have a given key > in the map, you can get the next key in O(log n) time? >

bit-wise operators for bigint in Clojure

2020-05-26 Thread Harmon Nine
Hello. I noticed a post about this from 2013, so doing a bump. The bit-wise operators appear to be supported for 'bigint' in ClojureScript, but not in Clojure. Is support for these operations on 'bigint' in Clojure a future enhancement? Thanks :) -- Harmon -- You received this message becau

Re: [ANN] com.walmartlabs/schematic 1.3.0

2020-05-26 Thread Howard Lewis Ship
The :sc/create-fn is passed configuration of the component, but not its dependencies, that comes later. This can often be a map->Record function in a namespace. Or, it can be a custom application that validates the configuration (I use spec) and then calls map->Record. Component will later assig