Commit History

Upphovsman SHA1 Meddelande Datum
  Ugorji Nwoke 8c78ba40d8 codec: move references to SetXXXExt from format handler files 6 år sedan
  Ugorji Nwoke 258d29cb75 codec: refactor json appendStringAsBytes and use pools for all []byte alloc 6 år sedan
  Ugorji Nwoke 882e0bbdfa codec: json: tie decDriver pool usage to Decode Release 6 år sedan
  Ugorji Nwoke eee1bf808f codec: json: use sync.pool for decoding buffers and optimize DecodeBytes 6 år sedan
  Ugorji Nwoke f20d06940e codec: support go 1.4 alternative for time.AppendFormat 6 år sedan
  Ugorji Nwoke ffda9d4fba codec: streamline nil decoding: nil means zero value consistently 6 år sedan
  Ugorji Nwoke c28b8c1a13 codec: nit: clean up code (remove comments, break into multiple lines) 6 år sedan
  Ugorji Nwoke 049a04b07e codec: json: use pre-computed slices for true, false and null 6 år sedan
  Ugorji Nwoke 372321e378 codec: remove decDriver.DecodeString() - redundant, and replaced by DecodeStringAsBytes() 6 år sedan
  Ugorji Nwoke a540df977d codec: add atEndOfDecode() method to decDriver 6 år sedan
  Ugorji Nwoke 8b3661cea8 codec: redesign how codecFnInfo is loaded from, and support SelfExt 6 år sedan
  Ugorji Nwoke e05b287349 codec: handle []byte encoded as array (as opposed to native mode per format) 6 år sedan
  Ugorji Nwoke 449ecf999a codec: support for extension types which fully delegate encoding/decoding to library 6 år sedan
  Ugorji Nwoke 0a3d04cd38 codec: json: try fast-path for decoding floats before defaulting to strconv.ParseFloat 6 år sedan
  Ugorji Nwoke 3f8d8502cb codec: json: support more precise and performant floating point operations 6 år sedan
  Ugorji Nwoke 86ce10f272 codec: misc refactoring, clean up and optimizations 6 år sedan
  Ugorji Nwoke 070826dc1c codec: remove "internal" deprecated methods of encDriver and decDriver 6 år sedan
  Ugorji Nwoke 967be11608 codec: false-sharing and cache-line optimizations 6 år sedan
  Ugorji Nwoke 08f7b401ae codec: fix TermWhitespace handling 6 år sedan
  Ugorji Nwoke 39c532fb3a codec: refactoring, fix support for successive encoding and atEndOfEncode 6 år sedan
  Ugorji Nwoke 23876e7a59 codec: do not pool decNaked anymore - make it smaller and part of Decoder 7 år sedan
  Ugorji Nwoke abe66f8e0f codec: json: minor changes to support bounds check elimination 7 år sedan
  Ugorji Nwoke e531a5003d codec: refactor to afford bounds check elimination 7 år sedan
  Ugorji Nwoke 16061014c5 codec: document concurrency guarantees and fix analyze script warnings 7 år sedan
  Ugorji Nwoke 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns 7 år sedan
  Ugorji Nwoke 10d0049acb codec: limit size of bytes read to MaxInitLen (specifically for extensions) 7 år sedan
  Ugorji Nwoke 0a18df59e4 codec: use decReader and encWriter interfaces (not the struct decReaderSwitch/encWriterSwitch) 7 år sedan
  Ugorji Nwoke 1322318ca6 codec: set up codebase so as to take advantage of mid-stack inlining support 7 år sedan
  Ugorji Nwoke 2e1067cd04 codec: decode an empty string into a number as zero 7 år sedan
  Ugorji Nwoke 9af07b2035 codec: streamline chan encoding/decoding 7 år sedan