Jimmy Zelinskie

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

area/performance
kind/design
priority/Pmaybe
component/frontend/udp

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

area/performance
priority/Pmaybe
component/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...

kind/bug

This project needs a nice logo for the README and Github org. We've had a temporary one in place for years now.

area/distribution
kind/design

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

kind/design
kind/question
priority/Pmaybe
component/storage

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.

area/performance
kind/question
component/frontend/http

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

help wanted
kind/feature

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.