Historique des commits

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