Jimmy Zelinskie
Jimmy Zelinskie
There could be performance wins by leveraging libraries like [evio](https://github.com/tidwall/evio) that give us direct access to epoll/kqueue.
I posit that there are by and large two kinds of peers: those that seed forever and those that "hit and run". By using a generational gc algorithm for storage,...
While trying to setup GitHub pipelines, I randomly hit this: ``` $ go test -v -race $(go list ./...) ... 2020-02-13T22:45:50.4837092Z === RUN TestStartStopRaceIssue437 2020-02-13T22:45:50.4837535Z time="2020-02-13T22:45:50Z" level=warning msg="falling back to...
New Logo
This project needs a nice logo for the README and Github org. We've had a temporary one in place for years now.
There are two popular ways to keep the tracker synchronized with a Gazelle app's database: - Poll - the tracker polls the database every so often and makes changes accordingly...
https://github.com/labstack/echo is very similar to httprouter, but pre-allocates memory so that there are 0 allocations when handling requests. We should evaluate/benchmark to see if it's worth using over httprouter.
If you're trying to vendor this library, godep breaks because it pulls it all the dependencies including the examples and an example uses goncurses which uses cgo.
I'm not sure if things will just work out of the box if I use the `https://user:[email protected]` format for the upstream URL. If it does, it should get documented in...
Hey there! The client half of this project looks super useful to embed into applications. Does it make sense to move some of the logic out of the main package...
When configured with the latest CRDB operator and `v21.2.0`, the vcheck pod fails to pull its image because it is missing from manifest on Docker Hub.