Historique des commits

Auteur SHA1 Message Date
  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 c8e440640c codec: clean up old comments in code il y a 5 ans
  Ugorji Nwoke 2019b5eec8 codec: remove EncodeAsis and optimize access to jsonEncDriver il y a 5 ans
  Ugorji Nwoke a2ee74cda4 codec: refactoring to eliminate more bounds-checking il y a 5 ans
  Ugorji Nwoke fc17d02f6e codec: remove hasElemSeparators and elemsep flags il y a 5 ans
  Ugorji Nwoke e04c642f55 codec: readn/writen handle up to 7 bytes at a time now il y a 5 ans
  Ugorji Nwoke a2c9bf1666 codec: add readn and writen methods for reading/writing up to 6 bytes at once il y a 5 ans
  Ugorji Nwoke 1c309c2bcc codec: document encWriter and decReader interfaces il y a 5 ans
  Ugorji Nwoke 9d3a64a20a codec: support optimized decode of true/false/null in json il y a 5 ans
  Ugorji Nwoke 47cabf7243 codec: rename decReaderSwitch to decRd and encWriterSwitch to encWr 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 eee1bf808f codec: json: use sync.pool for decoding buffers and optimize DecodeBytes il y a 5 ans
  Ugorji Nwoke a052c0a76c codec: separate reader.go/writer.go from decode.go/encode.go il y a 5 ans