This is currently work-in-progress.
To provide the ability to write a small, drastically simplified Chronicle Map implementation in Java for a specific use-case. It could hard-code many aspects which the reference implementation has to handle as abstractions which are harder for the JVM to execute efficiently. Another way of improving performance is by weakening guarantees implied by the specification and the reference implementation.
To provide the ability to write a Chronicle Map implementation in a non-JVM language e.g. C, C++, C#, or Go. As Chronicle Map is designed for concurrent inter-process access, performance-critical operations on a Chronicle Map store could be done from a C++ process, while a concurrent process running the Java implementation is doing some duty tasks such as backup to a rational database.
This specification is the source of truth to reason about the Chronicle Map data store behaviour and correctness. If the reference implementation doesn't follow the specification, it is considered as an implementation bug.
To provide the ability for Chronicle Map adopters, database developers and researchers to study the Chronicle Map design and possibly draw their own conclusions about it's behaviour, guarantees and efficiency. The reference implementation is quite complex so it's hard to understand how it works by solely reading the code, especially for people who don't know Java.
To keep the rationalization of the design decisions together in one place.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。