home.social

#dataorienteddesign — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dataorienteddesign, aggregated by home.social.

  1. 📣 New blog post

    About memory pressure, lock contention, and Data-oriented Design, mnt.io/articles/about-memory-p.

    I illustrate how Data-oriented Design helped to remove annoying memory pressure and lock contention in multiple sorters used in the Matrix Rust SDK. It has improved the execution by 98.7% (53ms to 676µs) and the throughput by 7718.5% (from 18Kelem/s to 1.4Melem/s)!

    #performance #RustLang #memory #lock #DataOrientedDesign

  2. I broke down Event Sourcing in Quarkus using Java records, sealed types, pure functions, and a clean CQRS split.

    Fully hands-on. No magic. Just data, folds, and clear architecture.
    If you want to understand event sourcing without the hype, this one is for you.

    👉 the-main-thread.com/p/event-so

    #Java #Quarkus #EventSourcing #CQRS #DataOrientedDesign

  3. All these "state management" solutions of the "modern web" like #Redux, Zustand or whatever try to solve state management in UI apps by introducing unfathomable amount of complexity...

    ...when in reality all you need is #Bevy's #ECS. ¯\_(ツ)_/¯

    #GUI #UI #StateManagement #DataOrientedDesign #DoD