noah created repository MetzNet/pnyx
noah pushed to master at MetzNet/graphvent
- c29981da20 Updated MessageQueue
noah pushed to master at MetzNet/graphvent
- 810e17990c Made default queue size 2, and not sure how that sped up the test to pre-change speeds
noah pushed to master at MetzNet/graphvent
- 11e7df2bde Changed from a static channel queue to a dynamic queue for nodes
noah pushed to master at MetzNet/graphvent
- 3eee736f97 Moved SendMsg and RecvMsg to one object
noah pushed to master at MetzNet/graphvent
- 7e157068d7 Removed database update every signal process(need to find a replacement still), updated graphiql cmd, and made lockable more efficient at high numbers of requirements
noah pushed to master at MetzNet/graphvent
- b2d84b2453 Moved db from badger to an interface
noah pushed to master at MetzNet/graphvent
- 66d5e3f260 Changed serialization to not allocate any memory, expects to be passed enough memory to serialize the type
noah pushed to master at MetzNet/graphvent
- 1eff534e1a Fixes and optimizations
noah pushed to master at MetzNet/graphvent
- a4115a4f99 Updated gql subscriptions to be send less messages
noah pushed to master at MetzNet/graphvent
- ab76f09923 Got GQL subscriptions working for lockable_state
noah pushed to master at MetzNet/graphvent
- 6850031e80 Removed log lines, and fixed lock fail logic
noah pushed to master at MetzNet/graphvent
- 0b93c90aa9 Removed uneeded lockable field
noah pushed to master at MetzNet/graphvent
- 2db4655670 Rewrote lockable.go
noah pushed to master at MetzNet/graphvent
- d7b07df798 Reorganized to cleanup
noah pushed to master at MetzNet/graphvent
- 0bced58fd1 Fixed GQL issues, started docs