DEV Community

Perry
Perry

Posted on

Just sharing my Go lab repository: Mess around with runtime, P2P, and low-level experiments

I’ve been collecting small Go experiments and implementations in one place (https://github.com/wang900115/go-perry) to test runtime behaviors, P2P networking, and low-level stuff. It's a technical sandbox covering areas like runtime/assembly, concurrency, performance profiling, networking/crypto, and storage/distributed systems. Feel free to fork it, add your own experiments, or open a PR if you want to share something cool.

Top comments (0)