Commit History

Author SHA1 Message Date
  Ugorji Nwoke a1f01ecf3c codec: optimize (u)int and float parsing 5 years ago
  Ugorji Nwoke 7d8ec0a2e6 codec: try to have fast readNumber function in decRd 5 years ago
  Ugorji Nwoke 02994ffebd codec: rename panicv to halt, and optimize checkoverflow logic 5 years ago
  Ugorji Nwoke e81e4324dd codec: rename decNaked to fauxUnion 5 years ago
  Ugorji Nwoke b8d6461919 codec: optimize number parsing 5 years ago
  Ugorji Nwoke e1056242c1 codec: json: optimize reading escaped string and inline decRd.(un)readn1, encWr.write(n2|qstr) 5 years ago
  Ugorji Nwoke f819262d36 codec: faster bitset and skip whitespace 5 years ago
  Ugorji Nwoke bbab85ee41 codec: make detachZeroCopyBytes robuts so it works well for bytes and IO paths 5 years ago
  Ugorji Nwoke d192c3eb23 codec: optimize iteration of slices/array/chan 5 years ago
  Ugorji Nwoke 01ca2b437b codec: documentation: nits 5 years ago
  Ugorji Nwoke c8e440640c codec: clean up old comments in code 5 years ago
  Ugorji Nwoke fbe36f8c79 codec: resolve TODO's 5 years ago
  Ugorji Nwoke 2019b5eec8 codec: remove EncodeAsis and optimize access to jsonEncDriver 5 years ago
  Ugorji Nwoke d12be5c22c codec: directly call BasicHandle.fnVia (not fn trampoline method) 5 years ago
  Ugorji Nwoke 72028106ff codec: mapRange takes a mapIter so it is stack-allocated 5 years ago
  Ugorji Nwoke c9665baae2 codec: do not check for bounds in bytesDecReader. 5 years ago
  Ugorji Nwoke a2ee74cda4 codec: refactoring to eliminate more bounds-checking 5 years ago
  Ugorji Nwoke 4751785f62 codec: add bitset32|256.check so we don't double-compare 5 years ago
  Ugorji Nwoke 6393644481 codec: move Enc/Decoder into enc/decDriver for better memory arrangement 5 years ago
  Ugorji Nwoke fc17d02f6e codec: remove hasElemSeparators and elemsep flags 5 years ago
  Ugorji Nwoke 62a9b077fa codec: json: jsonEncDriver is one type, not a smartly assembled type 5 years ago
  Ugorji Nwoke d110c3e273 codec: bytesDecReader doesn't check for io.EOF; caller converts out of range to io.EOF 5 years ago
  Ugorji Nwoke 02c5536133 codec: rename and use decReaderSwitch/encWriterSwitch directly 5 years ago
  Ugorji Nwoke 47cabf7243 codec: rename decReaderSwitch to decRd and encWriterSwitch to encWr 5 years ago
  Ugorji Nwoke b9c4c43bb8 codec: update helper.go high level arch summary to include sync.Pool usage 5 years ago
  Ugorji Nwoke e6bc129461 codec: changes for struct alignment 5 years ago
  Ugorji Nwoke 533a52b1da codec: Deprecate ExplicitRelease option 5 years ago
  Ugorji Nwoke 228d245bc4 codec: binc should not use sync.Pool for symbols support 5 years ago
  Ugorji Nwoke 20da2f131b codec: unsafe mapRange iterator optimized 5 years ago
  Ugorji Nwoke 1deb530697 codec: only maintain pools for long-lived objects shared across goroutines 5 years ago