Commit History

Author SHA1 Message Date
  Ugorji Nwoke ba057bbca9 codec: remove some unused methods (bitsetXXX.unset and fieldval) 7 years ago
  Ugorji Nwoke 5ef60f8ad9 codec: faster unsafe variants of reflect.Value.SetXXX and update msgpack and rpc implementations, and add tests 7 years ago
  Ugorji Nwoke b039683517 codec: clean up recognizedRtid support, add more tests and update testing TODO 7 years ago
  Ugorji Nwoke 3d21d421d8 codec: simplify how we store whether type implements an interface 7 years ago
  Ugorji Nwoke 16373bd701 codec: test: add tests for symbols, and nil or 0-length fast-path slices and maps 7 years ago
  Ugorji Nwoke 384bdbdfc1 codec: streamline fast-path support, ensure symetry for types implementing known interfaces, and expand tests 7 years ago
  Ugorji Nwoke c3953defa8 codec: streamline library: refactor sendContainerState and clean up handle-specific test flags 7 years ago
  Ugorji Nwoke f76f59a92f codec: optimizations for json (hex strings, batch update) and loops (hoist len where possible) 7 years ago
  Ugorji Nwoke c8210b2555 codec: eliminate duplicate fields when loading structFieldInfo's. 7 years ago
  Ugorji Nwoke 50530d8d14 codec: Multiple fixes, enhancements and test expansion across the board. 7 years ago
  Ugorji Nwoke 54210f4e07 codec: major update with MAJOR PERFORMANCE improvements 7 years ago
  Ugorji Nwoke 8b94642d9a codec: perf: make common-path of bytesEncWriter.grow inlineable 8 years ago
  Ugorji Nwoke 98ef79d6c6 codec: support Raw, a raw encoded value. 8 years ago
  Ugorji Nwoke c0d481cf0a codec: fix resolving list of struct fields to keep appropriate ones based on go's precedence rules 8 years ago
  Ugorji Nwoke 74c6a81d3a codec: support recursive (deep) omitEmpty check 8 years ago
  Ugorji Nwoke b94837a240 codec: honor go's selection rule for using field at shallowest depth. 8 years ago
  Ugorji Nwoke 9f21f8ea30 codec: fix helper_unsafe for correct string-to-byte conversion (without copy) 8 years ago
  Ugorji Nwoke 1a25ccb806 codec: streamline go's rules for anonymous field conflict, detect circular references, json indent 9 years ago
  Ugorji Nwoke b331ab22c3 codec: json: inline skipWhitespace, handle exported anonymous members, docs 9 years ago
  Ugorji Nwoke f081086498 codec: Add Reset methods, performance improvements and bug fixes. 9 years ago
  Ugorji Nwoke 5d8e71f204 codec: Canonical natural ordering, and MaxValueReset and InterfaceReset options 9 years ago
  Ugorji Nwoke 2f4b94206a codec: support customization of struct tag keys; maintain default to "codec", "json". 9 years ago
  Ugorji Nwoke 45ce7596ac codec: support max initial collection length; json fixes; improve perf & reduce alloc drastically 9 years ago
  Ugorji Nwoke 6a9a8caa01 codec: Seperate BytesExt and InterfaceExt interfaces from Ext, and add impl methods to handles. 9 years ago
  Ugorji Nwoke 049aaede20 codec: handle Uintptr when handling Uint. 9 years ago
  Ugorji Nwoke 3ac1de126a codec: clarify/simplify Anonymous support 9 years ago
  Ugorji Nwoke 067c77c51c codec: support json.(M|Unm)arshaler interfaces for json. 9 years ago
  Ugorji Nwoke 44024c561b codec: inline anonymous fields if the struct tag is "effectively" blank. 9 years ago
  Ugorji Nwoke 5f1004d393 codec: update files to say MIT (not BSD-style) LICENSE, in line with the bundled license. 9 years ago
  Ugorji Nwoke 66dd47f2e8 codec: do not dereference pointers/interfaces for omitempty support. 9 years ago