커밋 기록

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