This project is mirrored from https://gitee.com/NQL886/scope.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 08 Jun, 2017 1 commit
-
-
Alfonso Acosta authored
-
- 11 Jul, 2016 1 commit
-
-
Paul Bellamy authored
-
- 06 Apr, 2016 2 commits
-
-
Tom Wilkie authored
-
Tom Wilkie authored
-
- 16 Feb, 2016 1 commit
-
-
Alfonso Acosta authored
* New encoding format: * Msgpack reports between probe<->app (smaller representation, faster to encode/decode). * Still use JSON between app<->UI (try to avoid making javascript deal with mspack). The app still suports publishing reports in both gob and JSON, not braking backwards compatibility. * Use compile-time generated marshallers/unmarshallers for higher performance. In order to be able to skip code-generation for certain types, I included https://github.com/2opremio/go-1/tree/master/codec/codecgen instead of upstream until https://github.com/ugorji/go/pull/139 is merged. * Encode/decode intermediate types using github.com/ugorji/go/codec.Selfer for higher performance and reducing garbage collection (no temporary buffers).
-
- 14 Jan, 2016 1 commit
-
-
Tom Wilkie authored
-
- 07 Dec, 2015 1 commit
-
-
Tom Wilkie authored
-
- 19 May, 2015 2 commits
-
-
Peter Bourgon authored
-
Tom Wilkie authored
-