clojure:par

Last commit made on 2009-12-02
Get this branch:
git clone -b par https://git.launchpad.net/clojure

Branch merges

Branch information

Name:
par
Repository:
lp:clojure

Recent commits

126ad1e... by Chouser <email address hidden>

Add branch name "par" to version.properties

26f5aed... by Rich Hickey <email address hidden>

initial fork/join support
incorporate jsr166y.jar in build
uses fj pool in agent
added clojure.par ns with pvmap and pvreduce

eb6207d... by Rich Hickey <email address hidden>

Merge branch 'chunks' into par

a3de8ac... by Rich Hickey <email address hidden>

prevent vec from creating arrays from Collections

80e2b05... by Rich Hickey <email address hidden>

make some things public for parallel code access

936705a... by Rich Hickey <email address hidden>

redef into with batch support

2363d00... by Rich Hickey <email address hidden>

got rid of LazilyPersistentVector instances, trim tail in immutable, redefed vector factory fns in terms of MutableVector

6355377... by Rich Hickey <email address hidden>

changed to test only for IndexOutOfBoundsException, not ArrayIndexOutOfBoundsException

ed1eb3a... by Rich Hickey <email address hidden>

renamed immutable immutable!

ecff934... by Rich Hickey <email address hidden>

Clojure interface to editable vectors - mutable,immutable,conj!,pop!,assoc!,get!,nth!