Mark Andreev
markandreev.bsky.social
Mark Andreev
@markandreev.bsky.social
SWE

Java, Python, K8s, Kafka, Clickhouse, PG

https://mrkandreev.name/
Reposted by Mark Andreev
We just merged the current status of the upcoming JDWP support for @graalvm.org Native Image! 🥳

This will soon provide developers with the same debugging experience they are used to in Java, but for native images! Stay tuned for more details.

github.com/oracle/graal...
December 20, 2024 at 11:46 AM
Reposted by Mark Andreev
Collections grow in size differently as you add more elements. I have added the size of collections with one, and with ten elements or entries.

TY Ben Evans
Demystifying Java Object Sizes: Compact Headers, Compressed Oops, and Beyond
Introduction Measuring an object’s size in Java is not straightforward. The platform encourages you to consider references and abstract...
buff.ly
December 14, 2024 at 12:05 PM
Another point of view to RocksDB. Let’s look into open source that uses this embedded database.
#RocksDB
dzone.com/articles/roc...
RocksDB: The Bedrock of Modern Stateful Applications - DZone
Apache Flink, Kafka Streams, and Apache Kvrocks use RocksDB as a persistent layer. Consider before embarking on the creation of your own data storage engine; use RocksDB.
dzone.com
May 18, 2024 at 10:13 AM
RocksDB is a high-performance, embeddable key-value store for fast storage. It is adopted as storage layer in Flink, Kafka Streams, CockroachDB and Apache Kvrocks.

#RocksDB #Embedded
dev.to/mrkandreev/w...
What is RocksDB (and its role in streaming)?
RocksDB, a high-performance database, is a hidden gem in the tech industry, often overlooked by...
dev.to
May 14, 2024 at 12:21 PM