Java 20 - An Almost Infinite Memory Segment Allocator


Wouldn’t it be cool if you could allocate an infinite amount of memory? In this article, we will learn how memory-mapped files can be leveraged as an under-carriage for providing a memory-allocating arena that can return an almost infinite amount of native memory without ever throwing an OutOfMemoryError.

More at https://minborgsjavapot.blogspot.com/2023/01/java-20-almost-infinite-memory-segment.html