XAMPPRocky

Results 182 issues of 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...

help wanted
area/performance
kind/design
priority/low

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...

kind/bug

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...

kind/feature

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...

kind/bug

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...

kind/bug

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...

kind/feature

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,...

area/user-experience
kind/cleanup
area/build-tools
priority/medium

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,...

good first issue
help wanted
area/tests
kind/cleanup

Trying out https://unrealcontainers.com to see if it can build and test the unreal plugin in CI.

size/s