💡 What to Expect
Don't expect much. I don't have any big plans for my posts. I typically write about what I'm currently working on and the things I'm discovering in my life right now.
#
DNS
#
GC
#
JDK
#
LLM
#
analytics
#
asynchronous-io
#
bigdata
#
blog
#
containers
#
databases
#
datalake
#
distributedlocks
#
docker
#
gcra
#
hacker
#
iceberg
#
io_uring
#
isolates
#
java
#
linux
#
microvm
#
mongodb
#
network
#
parquet
#
phoenix
#
programming
#
rate-limiter
#
redis
#
search
#
security
#
serverless
#
sharding
#
stack
#
tcp
#
throttler
#
vector
#
zig
#
zookeepr
All Posts
Exploring the benefits of Single Instruction, Multiple Data (SIMD) vectorization in improving program performance, enhancing concurrency, and optimizing computations in Java
Project Loom, an OpenJDK initiative, introduces virtual threads to Java, lightweight and efficient alternatives to traditional threads. Virtual threads simplify concurrency, maintain backward compatibility, and excel in I/O-bound tasks, offering high scalability and resource efficiency. They implement M:N scheduling and provide a seamless approach to thread management in Java applications