Re: AATree release 0.1.0, an indexed sorted map

2015-09-06 Thread William la Forge
Once I started thinking about how to extend this code, I realized that I have used too many methods when implementing IMapNode. As it stands, I would need to duplicate all the code to implement a vector, which is just silly. As aamap already implements Indexed, a vector would mostly just not su

AATree release 0.1.0, an indexed sorted map

2015-09-05 Thread William la Forge
Release 0.1.0 provides an alternative to sorted-map, though it also implements the Indexed interface. Written entirely in Clojure, subclassing APersistentMap and validated with collection-check . https://github.com/laforge49/aatree As a newbie I wou