-
eleveldb revision: 639f69c96757cc5ddaf2bbacc0ef10a6e405c7bf
leveldb revision: d553b6c4bf525c0301b3d2f128be0a63df930ee4
I see a deadlock that immobilizes the entire scheduler thread. The first suspic…
-
Looks like Maven central does not have the pom for net.openhft:HugeCollections:2.0
```
> Could not resolve net.openhft:collections:2.0.
Required by:
com.github.lburgazzoli:hazelcast-offheap:…
-
Note : referring to ChronicleMap / ChronicleMapBuilder but I'm actually using SharedHashMap and SharedHashMapBuilder.
So my actual Issue is that setting actualEntriesPerSegment to a value less than 8 …
-
Here are my changes to force the JVM to execute statements (read / write) because if no value is consumed the JVM can detect it (escape analysis) and skip byte codes ...
diff --git a/allocation/TestM…
-
A newly imported tree results in a project with ~4090 warnings (in Eclipse). Even though the majority of these may be harmless (i.e. not result in runtime failures or wrong logic), they exist for a re…
-
If you manage to define kind of in/out interfaces for replication messages, I could plug in a multicast based replication, which is favourable over TCP in many setups. (Talking of SharedHashmap)
-
Hi Peter,
As we have hundreds of datastructures, we go down the serialization route. I need a way to efficiently plug in a custom serializer.
checking AbstractBytes
``` java
public void writeObject…
-
I cloned this project and use mvn package to install it but failed.
is it supporting oracle jdk 7?
my environment:
mvn --version
Apache Maven 3.0.4 (r1232337; 2012-01-17 16:44:56+0800)
Maven home: D:…
-
_From [romixlev](https://code.google.com/u/romixlev/) on June 28, 2012 08:37:32_
It could be interesting to provide sun.misc.Unsafe based implementation of FieldSerializer. It would be able to read o…
ghost updated
11 years ago