-
CQ version: 5.17.25
```
! java.lang.UnsupportedOperationException: FIELD_207
! at net.openhft.chronicle.wire.BinaryWire$BinaryValueIn.cantRead(BinaryWire.java:3498)
! at net.openhft.chronicle.wi…
-
Add double buffering for contended appends, create a latency test to see if this enhancement makes a positive difference, if it does, add the results to the queue readme.adoc. If there is no benefit …
-
From JDK10, `Math.multiplyHigh()` is optimized as hardware instructions on x86 and arm. This can improve the performance of `64x64_fold` mix steps, which is used in many good hash, such as xx3, tiha, …
gzm55 updated
4 years ago
-
We are using the chronicle map with large dataset. It is consistently crashing the JVM in one of the environments with a SIGSEGV. Stack below. This is a Redhat with OpenJDK build 1.8.0_232-b09.
---…
-
I'm seeing the following exception when using version 3.17.6 of Chronicle map.
```
Exception in thread "main" java.lang.ClassCastException: net.openhft.chronicle.map.impl.CompiledMapIterationConte…
-
net.openhft
chronicle-map
3.17.8
Then have following "application" main class:
@SpringBootApplication
@EnableAutoConfiguration
public class Application {
public static voi…
-
Hi! Thank you for the tool, it looks very nice but I wonder where are the real-world examples?
I mean in your [series of articles](http://www.rationaljava.com/2016/04/a-series-of-posts-on-jlbh-java-…
QIvan updated
4 years ago
-
Minecraft ran into a problem! Report saved to: C:\Users\Clement\AppData\Roaming\.minecraft\crash-reports\crash-2021-02-26_12.26.38-server.txt
---- Minecraft Crash Report ----
// Don't do that.
Ti…
-
Update documentation to point to java port https://github.com/OpenHFT/Zero-Allocation-Hashing
-
**Which version of the client library are you using?**
v5 (9.0.0)
**Which version of Java are you using?**
1.8
**Which operating system (Linux, Windows, ...) and version?**
macos
**Actions taken…