<div dir="auto">Hello,<div dir="auto"><br></div><div dir="auto">I've watched the Devoxx talk[1] from Thomas and Roy about the 1 billion rows challenge. I assume Unsafe is going to be deprecated and removed at some point, but it seems for max performance it's still a good fit (of course if you know what to do). Wouldn't it be also possible to remove bounds checks from MemorySegments if you really want for instance via some JVM flag or something? Of course I know the spacial and temporal bounds checks are a feature and very nice (in most cases) :-)</div><div dir="auto"><br></div><div dir="auto">However in Rust and most probably also other languages you can also opt out of the safe mode / safety guarantees (but in Rust I assume certain things are not even possible without going unsafe).</div><div dir="auto"><br></div><div dir="auto">Kind regards</div><div dir="auto">Johannes</div><div dir="auto"><br></div><div dir="auto">[1] <a href="https://youtu.be/_w4-BqeeC0k?t=32m">https://youtu.be/_w4-BqeeC0k?t=32m</a></div></div>