Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up-
Infrahackers
- London
- https://cybernetist.com/
Pinned
575 contributions in the last year
Activity overview
Contributed to
micro/go-micro,
milosgajdos83/go-estimate,
milosgajdos83/ncs
and 5 other
repositories
Contribution activity
July 2019
Created a pull request in micro/go-micro that received 3 comments
Preallocate slices in registry.Copy() to avoid append() reallocations when copying data
[Partially] addresses #586
+12
−14
•
3
comments
- [WIP] Fixes advert route event dampening behaviour
- Added proto.Advert, proto.TableEvent is now proto.Event
- Advertise full table every minute.
- Added update action to handle update registry events. Table.Update inserts when no route found.
- Added List and Watch rpc calls.
- Router rework. Flap detection. Table package.
- Default routing table tests