Re: [ANN] Understanding the Persistent Vector

2015-03-05 Thread danle...@gmail.com
This was fantastic. Really looking forward to the RRB Tree. On Wednesday, March 4, 2015 at 12:31:54 PM UTC-5, Jean Niklas L'orange wrote: > > Hi Frank, > > On Wednesday, March 4, 2015 at 12:24:42 PM UTC+1, Frank Castellucci wrote: >> >> Will you be doing this for other data types? >> > > I wil

Re: [ANN] Understanding the Persistent Vector

2015-03-04 Thread Jean Niklas L'orange
Hi Frank, On Wednesday, March 4, 2015 at 12:24:42 PM UTC+1, Frank Castellucci wrote: > > Will you be doing this for other data types? > I will have a small break first, but I intend to do the same kind of series for persistent hash maps/sets. Maybe even RRB-trees if people are interested (I fou

Re: [ANN] Understanding the Persistent Vector

2015-03-04 Thread Frank Castellucci
Jean It's been added to the must reads list. Will you be doing this for other data types? Again, Great Work! Frank On Saturday, February 28, 2015 at 11:14:17 AM UTC-5, Jean Niklas L'orange wrote: > > Hello fellow Clojurians, > > I am happy to announce that I have finished my blogpost series on

Re: [ANN] Understanding the Persistent Vector

2015-03-04 Thread Jean Niklas L'orange
Hi Bost, Thanks for the input! Yeah, I agree it might be a bit confusing right now. I'll definitely change it to something that's a bit easier to grok, probably with some inspiration from your suggestion. On Tuesday, March 3, 2015 at 11:58:00 AM UTC+1, Bost wrote: > > Hi Jean > > > The tail o

Re: [ANN] Understanding the Persistent Vector

2015-03-03 Thread Rostislav Svoboda
Hi Jean > The tail optimisation > http://hypirion.com/musings/understanding-clojure-transients It took me a second to find out how the graphs for the vector-trie and tail correspond to each other. Please consider slightly deeper explanation or add some visual clues. Something like: http://picpast

Re: [ANN] Understanding the Persistent Vector

2015-03-03 Thread Rostislav Svoboda
Great work! Thank you On 28 February 2015 at 17:14, Jean Niklas L'orange wrote: > Hello fellow Clojurians, > > I am happy to announce that I have finished my blogpost series on the > persistent > vector. It consists of five parts: > > The basic algorithms > Indexing > The tail optimisation > Tran

Re: [ANN] Understanding the Persistent Vector

2015-03-02 Thread Dave Della Costa
This is wonderful, I can't wait to dig in! On 2015/03/01 1:14, Jean Niklas L'orange wrote: > Hello fellow Clojurians, > > I am happy to announce that I have finished my blogpost series on the > persistent > vector. It consists of five parts: > > 1. The basic algorithms >

Re: [ANN] Understanding the Persistent Vector

2015-03-02 Thread Rangel Spasov
Great work! On Saturday, February 28, 2015 at 8:14:17 AM UTC-8, Jean Niklas L'orange wrote: > > Hello fellow Clojurians, > > I am happy to announce that I have finished my blogpost series on the > persistent > vector. It consists of five parts: > >1. The basic algorithms >

[ANN] Understanding the Persistent Vector

2015-02-28 Thread Jean Niklas L'orange
Hello fellow Clojurians, I am happy to announce that I have finished my blogpost series on the persistent vector. It consists of five parts: 1. The basic algorithms 2. Indexing