XAMPPRocky
XAMPPRocky
(See: https://github.com/xacrimon/dashmap/issues/285) While doing loadtests and benchmarking, I've noticed a significant amount of time is spent dropping Arcs from read or write references to DashMap. DashMap is great for concurrent...
Currently if you download and run `cargo build` you get an unintuitive error message about missing proto files, before building the protobuf in build.rs we should check if the modules...
Converting from `ClusterMap` to `Vec` for every packet uses up a good portion of our time on the CPU, we should remove it and instead provide it a read only...
In order to make things like benchmarking easier, we should add a `watch::channel` based provider. This would make it easier to write tests and create benchmarks of the system handles...
On macOS (both Sonoma and whatever was before, and probably all other versions), using IPv6 has just been broken. Like the same code will work perfectly fine on Linux, but...
protobuf-src depends on auto tools which requires `sh`, so this means if you're trying to compile on Windows, it will fail. ``` error: failed to run custom build command for...
For adding more accurate latency measurement between a proxy and a datacenter, we need the proxy to know what datacentres are available to measure. As a solution we were thinking...
GitHub has a new merge queue feature, this would replace the need to have the requirement that all PRs are up to date with main before they can be merged,...
Over time, we've moved more and more of our metrics into static members. This has made a lot of the code architecture a lot simpler, cleaner, and easier to refactor,...
Trying out https://unrealcontainers.com to see if it can build and test the unreal plugin in CI.