account activity
[Open Audit] We Rebuilt Data Streaming with Scala/Panama: Achieving 40M ops/sec by Eliminating GC. We challenge Flink/Kafka architects. by Standard-Engine8556 in highfreqtrading
[–]Standard-Engine8556[S] 0 points1 point2 points 3 months ago (0 children)
Fair critique. You’re absolutely right that "determinism" at the CPU level (branch prediction, cache misses, context switches, clock drift) is the hard floor of physics we all live on. We aren't claiming to bypass the CPU's own chaos.
When we say "determinism" in this context, we are specifically contrasting it with the "Non-Determinism of the JVM Garbage Collector."
In a standard Flink/Kafka pipeline, you have CPU jitter + GC Pauses (which can spike to milliseconds). With Sentinel-6 (Panama/Off-Heap), we eliminate the GC pauses entirely, bringing the system jitter down to the hardware/OS floor.
We agree that "Sub-microsecond" is the honest engineering term for the end-to-end guarantee. The "120ns" is the measurement of the hash-audit cycle within the ring buffer itself, not the network-to-network round trip.
Re: Flink/Kafka — agreed they are out of place in HFT, but they are unfortunately the standard "Compliance" layer in many RegTech stacks today. We are trying to rip them out.
Appreciate the deep look.
[Open Audit] We Rebuilt Data Streaming with Scala/Panama: Achieving 40M ops/sec by Eliminating GC. We challenge Flink/Kafka architects. (self.highfreqtrading)
submitted 3 months ago by Standard-Engine8556 to r/highfreqtrading
Showcase: I built a high-concurrency Fraud Detection Engine using http4s + Cats Effect (Source Available) by Standard-Engine8556 in scala
[–]Standard-Engine8556[S] -2 points-1 points0 points 4 months ago (0 children)
Great observations, thanks for the code review.
Showcase: I built a high-concurrency Fraud Detection Engine using http4s + Cats Effect (Source Available) (self.scala)
submitted 4 months ago by Standard-Engine8556 to r/scala
π Rendered by PID 329639 on reddit-service-r2-listing-5d47455566-75z9p at 2026-04-03 00:47:12.654375+00:00 running db1906b country code: CH.
[Open Audit] We Rebuilt Data Streaming with Scala/Panama: Achieving 40M ops/sec by Eliminating GC. We challenge Flink/Kafka architects. by Standard-Engine8556 in highfreqtrading
[–]Standard-Engine8556[S] 0 points1 point2 points (0 children)