Commit Verlauf

Autor SHA1 Nachricht Datum
  Ugorji Nwoke 42bc974514 codec: support ZeroCopy for allowing decoded output point into input bytes vor 5 Jahren
  Ugorji Nwoke a1f01ecf3c codec: optimize (u)int and float parsing vor 5 Jahren
  Ugorji Nwoke 6e4c7dfc59 codec: test: add tests for decoding integers with exponent in them vor 5 Jahren
  Ugorji Nwoke e81e4324dd codec: rename decNaked to fauxUnion vor 5 Jahren
  Ugorji Nwoke 32ba854a0b codec: uncacheRead only makes sense for json - remove from others vor 5 Jahren
  Ugorji Nwoke e1056242c1 codec: json: optimize reading escaped string and inline decRd.(un)readn1, encWr.write(n2|qstr) vor 5 Jahren
  Ugorji Nwoke f819262d36 codec: faster bitset and skip whitespace vor 5 Jahren
  Ugorji Nwoke 9e27c93f59 codec: test: update time Ext implementation vor 5 Jahren
  Ugorji Nwoke 72028106ff codec: mapRange takes a mapIter so it is stack-allocated vor 5 Jahren
  Ugorji Nwoke a2ee74cda4 codec: refactoring to eliminate more bounds-checking vor 5 Jahren
  Ugorji Nwoke 20da2f131b codec: unsafe mapRange iterator optimized vor 5 Jahren
  Ugorji Nwoke 1deb530697 codec: only maintain pools for long-lived objects shared across goroutines vor 5 Jahren
  Ugorji Nwoke d51d2e5fca codec: fix and add tests for PreferArrayOverSlice vor 5 Jahren
  Ugorji Nwoke 258d29cb75 codec: refactor json appendStringAsBytes and use pools for all []byte alloc vor 5 Jahren
  Ugorji Nwoke 7865e43e77 codec: reflect.ValueOf is now rv4i (to allow future optimization) vor 5 Jahren
  Ugorji Nwoke ae051ebe2b codec: optimize reflect mode vor 5 Jahren
  Ugorji Nwoke 82c888b413 codec: support test execution in go 1.4 vor 5 Jahren
  Ugorji Nwoke 2b90750527 codec: test: streamline and add for struct keytype, RawToString, StringToRaw, MapValueReset, ... vor 5 Jahren
  Ugorji Nwoke c1211ebcc5 codec: fix canonical encoding with time.Time keys vor 5 Jahren
  Ugorji Nwoke ffda9d4fba codec: streamline nil decoding: nil means zero value consistently vor 5 Jahren
  Ugorji Nwoke f06fded8c4 codec: test: add test for checking if TestStruc encoded == decoded vor 5 Jahren
  Ugorji Nwoke 19cb75f56d codec: added mapSet and mapDelete helpers (safe/unsafe variants) vor 5 Jahren
  Ugorji Nwoke 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ vor 5 Jahren
  Ugorji Nwoke 09134a0411 Merge branch 'master' of https://github.com/ugorji/go vor 5 Jahren
  Jernej Kos f0f82f0300 codec: Tests and fix for #301 (#302) vor 5 Jahren
  Ugorji Nwoke dfc37c8976 codec: test: expand to include maps with struct keys vor 5 Jahren
  Ugorji Nwoke cf85d7fda7 codec: test and bench: general clean up vor 5 Jahren
  Ugorji Nwoke 8b3661cea8 codec: redesign how codecFnInfo is loaded from, and support SelfExt vor 5 Jahren
  Ugorji Nwoke e05b287349 codec: handle []byte encoded as array (as opposed to native mode per format) vor 5 Jahren
  Ugorji Nwoke 449ecf999a codec: support for extension types which fully delegate encoding/decoding to library vor 5 Jahren