thews

joined 1 year ago
[–] thews@lemmy.world 2 points 1 year ago

I read down the list afterwards and found it was using Rust. I skimmed through the source and it is well organized, but would still take quite a while to get up to speed on.

I saw unit and integration tests. It might be beneficial to generate or capture some data to replay to simulate the load and add debugging. I don't know much about the abstraction layers. I did see opentelemetry, which is a project I got frustrated with on the lack of stability (fast changes on api).

I have only dabbled with Rust to test the waters. The largest thing I've made was a GUI snake game, and made it portable so it could be compiled for cross platform.

[–] thews@lemmy.world 5 points 1 year ago (2 children)

I haven't checked into the code yet, but I imagine you can map out what all is in memory and force more aggressive garbage collection to find some middle ground.

view more: ‹ prev next ›