Re: Multi-threading with side-effects processing

2017-12-01 Thread Jacek Grzebyta
Finally I fixed that: Threads populate simple vector within a transactions and I do finally (after pmap) loading vector content into the final model. That was easy because I do not need to do any hi level operations on the data. Also I noticed the final fingerprint is much smaller than in case of r

Re: [ANN] Cambium - Structured logging for Clojure

2017-12-01 Thread Shantanu Kumar
On Friday, 1 December 2017 18:18:36 UTC+5:30, oleksand...@zalando.de wrote: > > On Thursday, November 30, 2017 at 3:35:24 PM UTC+1, Shantanu Kumar wrote: >> >> >> I am happy to announce the availability of Cambium, an Open Source >> project for structured logging in Clojure using SLF4j and Logba

Re: [ANN] Cambium - Structured logging for Clojure

2017-12-01 Thread oleksandr . shulgin
On Thursday, November 30, 2017 at 3:35:24 PM UTC+1, Shantanu Kumar wrote: > > > I am happy to announce the availability of Cambium, an Open Source project > for structured logging in Clojure using SLF4j and Logback. > > Details: https://cambium-clojure.github.io/ > Repos: https://github.com/cambiu

Multi-threading with side-effects processing

2017-12-01 Thread Jacek Grzebyta
Hi, I need to load a Java data-base presented as java Collection. Basically it is org.eclipse.rdf4j.sail.model.SailModel ( http://docs.rdf4j.org/javadoc/latest/org/eclipse/rdf4j/sail/model/SailModel.html). Anyway the data are stored on the disk but the object is not thread safe. In my program I