Historique des commits

Auteur SHA1 Message Date
  Ugorji Nwoke a1f01ecf3c codec: optimize (u)int and float parsing il y a 5 ans
  Ugorji Nwoke 7d8ec0a2e6 codec: try to have fast readNumber function in decRd il y a 5 ans
  Ugorji Nwoke 02994ffebd codec: rename panicv to halt, and optimize checkoverflow logic il y a 5 ans
  Ugorji Nwoke e81e4324dd codec: rename decNaked to fauxUnion il y a 5 ans
  Ugorji Nwoke b8d6461919 codec: optimize number parsing 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 bbab85ee41 codec: make detachZeroCopyBytes robuts so it works well for bytes and IO paths il y a 5 ans
  Ugorji Nwoke d192c3eb23 codec: optimize iteration of slices/array/chan il y a 5 ans
  Ugorji Nwoke 01ca2b437b codec: documentation: nits il y a 5 ans
  Ugorji Nwoke c8e440640c codec: clean up old comments in code il y a 5 ans
  Ugorji Nwoke fbe36f8c79 codec: resolve TODO's il y a 5 ans
  Ugorji Nwoke 2019b5eec8 codec: remove EncodeAsis and optimize access to jsonEncDriver il y a 5 ans
  Ugorji Nwoke d12be5c22c codec: directly call BasicHandle.fnVia (not fn trampoline method) 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 c9665baae2 codec: do not check for bounds in bytesDecReader. il y a 5 ans
  Ugorji Nwoke a2ee74cda4 codec: refactoring to eliminate more bounds-checking il y a 5 ans
  Ugorji Nwoke 4751785f62 codec: add bitset32|256.check so we don't double-compare il y a 5 ans
  Ugorji Nwoke 6393644481 codec: move Enc/Decoder into enc/decDriver for better memory arrangement il y a 5 ans
  Ugorji Nwoke fc17d02f6e codec: remove hasElemSeparators and elemsep flags il y a 5 ans
  Ugorji Nwoke 62a9b077fa codec: json: jsonEncDriver is one type, not a smartly assembled type il y a 5 ans
  Ugorji Nwoke d110c3e273 codec: bytesDecReader doesn't check for io.EOF; caller converts out of range to io.EOF il y a 5 ans
  Ugorji Nwoke 02c5536133 codec: rename and use decReaderSwitch/encWriterSwitch directly il y a 5 ans
  Ugorji Nwoke 47cabf7243 codec: rename decReaderSwitch to decRd and encWriterSwitch to encWr il y a 5 ans
  Ugorji Nwoke b9c4c43bb8 codec: update helper.go high level arch summary to include sync.Pool usage il y a 5 ans
  Ugorji Nwoke e6bc129461 codec: changes for struct alignment il y a 5 ans
  Ugorji Nwoke 533a52b1da codec: Deprecate ExplicitRelease option il y a 5 ans
  Ugorji Nwoke 228d245bc4 codec: binc should not use sync.Pool for symbols support 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