Skip to content
View Enixes's full-sized avatar
🎐
My hobby? B̶u̶i̶l̶d̶i̶n̶g̶ Breaking stuff!
🎐
My hobby? B̶u̶i̶l̶d̶i̶n̶g̶ Breaking stuff!
  • India

Block or report Enixes

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Enixes/README.md
Asu Singh — Senior Software Engineer focused on distributed systems and performance engineering

LinkedIn Live portfolio Portfolio source code Email



I build high-throughput, failure-tolerant systems for workloads where latency, scale and reliability matter.


⚡ Engineering impact

20x throughput up to 50x cache acceleration 90 percent downtime reduction 100 GB plus production logs

I’m a Senior Software Engineer at ION Trading, working on production systems where concurrency, latency, large data volumes, failure recovery and operational correctness matter.

  • Led a Java multithreading refactor that improved end-of-day trade processing by 20×.
  • Built an off-heap persistent caching solution that accelerated supported workflows by up to 50×.
  • Automated recovery for halted processing, reducing operational downtime by 90%.
  • Built tooling for 100 GB+ production logs, reducing incident-triage time by 30%.
  • Improved CI build time by 40% while reducing AWS cost by 35%.

🔭 Current focus

TailCache · Tail-Latency Trade-offs in Java Caching

Java 21 JMH Caffeine Chronicle Map Research in progress

A reproducible systems benchmarking project comparing on-heap and off-heap Java caching under controlled workloads, with emphasis on latency distributions rather than headline throughput.

Current questions include:

  • how payload size changes cache-operation latency;
  • how on-heap and off-heap access differ at p50 / p95 / p99 / p99.9;
  • how GC pressure and value materialization affect tail behaviour;
  • whether observed differences remain stable across repeated runs.

🧩 Selected work

Project / system Focus
TailCache Java 21 · JMH · tail latency · JVM memory behaviour · reproducible benchmarking
Trading platform · ION High-throughput EOD processing · multithreading · event-driven workflows · failure recovery
Off-heap persistent caching · ION Removing inter-process calls · large performance improvements · memory architecture
Production analysis tooling Large-scale log parsing · incident diagnosis · production observability
Hybrid Social Group Optimization Optimization · ML · medical-image classification · peer-reviewed research
Portfolio — Live · Source Interactive engineering portfolio · Next.js · React

📚 Research

COVID-19 Infection Detection from Chest X-Ray Images Using Hybrid Social Group Optimization and Support Vector Classifier

Cognitive Computation · Springer

Peer-reviewed work applying a hybrid meta-heuristic optimization technique to medical-image classification.

Paper · Code


🛠️ Stack

Systems & backend

Java Spring Boot C Sharp Python Kafka

Data, infrastructure & observability

PostgreSQL Oracle AWS Docker Prometheus Grafana


🧠 Problems I like working on

Distributed systems, concurrency, tail latency, caching and JVM runtime behaviour, failure recovery and observability, and applied machine learning

I’m especially interested in systems questions where average-case performance hides the real operational story.


footer

Pinned Loading

  1. portfolio-next portfolio-next Public

    TypeScript 2

  2. Hybrid-Social-Group-Optimization-algorithm Hybrid-Social-Group-Optimization-algorithm Public

    A implementation of the Hybrid Social Group Optimization algorithm

    Jupyter Notebook 2 4

  3. TailCache TailCache Public

    Researching tail-latency trade-offs in Java caching: Caffeine on-heap vs Chronicle Map off-heap using reproducible JMH benchmarks.

    Java 1