Skip to content

Optimisation using transient collection, and StringReader

Latest
Compare
Choose a tag to compare
@lynxluna lynxluna released this 08 Sep 15:08
· 1 commit to master since this release

Former version using persistent data structure and head-tail idiom of LISP. This version changes the internal implementation to java.io.Reader performance increase. We also use transient feature of Clojure to mutate the tokens in the recursive tokenization routine.