Commit History

Author SHA1 Message Date
  Ugorji Nwoke e906e395b9 codec: Make fast-path support faster, more expansive and robust. 10 years ago
  Ugorji Nwoke aab1bb9243 codec: re-design implementation of fast-path functions. 10 years ago
  Ugorji Nwoke 1c5876990e General refactoring, improve simple codec, improve tests and benchmarks. 10 years ago
  Ugorji Nwoke cdeae7b766 codec: Fixes and clarifications for binc and rpc, in prep for c library. 10 years ago
  Ugorji Nwoke 10b6078349 codec: Add support for decoding byte slices, even if encoded as a regular array. 11 years ago
  Ugorji Nwoke 8eedb40111 codec: Support embedded non-struct values, and clean up fast-path for specific container types. 11 years ago
  Ugorji Nwoke 3119e5cd3f codec: Refactored for better APIs and improved performance (> 20% improvement). 11 years ago
  Ugorji Nwoke 3e78e5c66e codec: faster perf, reduced allocations and re-organized codebase. 11 years ago
  Ugorji Nwoke 31af0a3704 codec: Improve Perf: Use slice, not map, to cache (En/De)code specific functions. 11 years ago
  Ugorji Nwoke 4f88b73ce9 codec: Support RawExt and RpcCodecBuffered. 11 years ago
  Ugorji Nwoke c61e5837a8 codec: Robust Msgpack Spec RPC, Support for Go 1.2 Binary(M/Unm)arshaler, Major refactoring. 11 years ago
  Ugorji Nwoke b25a055584 codec: decode struct from encoded array should stay within length of encoded array. 11 years ago
  Ugorji Nwoke 5765c90963 codec: fix encode/decode struct to array. Other misc fixes. 11 years ago
  Ugorji Nwoke 67e784dc3e codec: Support encoding structs as arrays (not just as maps). 11 years ago
  Ugorji Nwoke dc955d58b9 codec: improve performance 5-20%, and support finalized msgpack spec. 11 years ago
  Ugorji Nwoke 8f3b3ef741 codec: remove buffering from encoder/decoder. Add buffering to rpc. fix binc floatZero bug. 11 years ago
  Ugorji Nwoke 9966a02b69 Updated README to refer to binc/msgpack, gofmt'ed sources, and updated to v0.3.0 of binc spec 11 years ago
  Ugorji Nwoke f1877ccca0 codec/binc: support symbols, compact integers, compact floats. 11 years ago
  Ugorji Nwoke d9a6f6ca1c Add codec library 11 years ago