Historique des commits

Auteur SHA1 Message Date
  Ugorji Nwoke e531a5003d codec: refactor to afford bounds check elimination il y a 7 ans
  Ugorji Nwoke 16061014c5 codec: document concurrency guarantees and fix analyze script warnings il y a 7 ans
  Ugorji Nwoke 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns il y a 7 ans
  Ugorji Nwoke 10d0049acb codec: limit size of bytes read to MaxInitLen (specifically for extensions) il y a 7 ans
  Ugorji Nwoke 0a18df59e4 codec: use decReader and encWriter interfaces (not the struct decReaderSwitch/encWriterSwitch) il y a 7 ans
  Ugorji Nwoke 1322318ca6 codec: set up codebase so as to take advantage of mid-stack inlining support il y a 7 ans
  Ugorji Nwoke 2e1067cd04 codec: decode an empty string into a number as zero il y a 7 ans
  Ugorji Nwoke 9af07b2035 codec: streamline chan encoding/decoding il y a 7 ans
  Ugorji Nwoke 97ffc5827b codec: update that mid-stack linling is expected in go 1.11 development cycle il y a 7 ans
  Ugorji Nwoke aada210893 codec: improved error messages for all formats during decode il y a 8 ans
  Ugorji Nwoke f2ec36a678 codec: Optimized struct field index lookup during decode, and loading typeInfos il y a 8 ans
  Ugorji Nwoke c93fc2cdd1 codec: refactor struct field loading and data structures, for performance and memory friendliness il y a 8 ans
  Ugorji Nwoke a0301ebb62 codec: json: allow decoding integers from float formatted numbers e.g. 1.2e+44 il y a 8 ans
  Ugorji Nwoke adc90d0202 codec: re-factor structs so critical ones try to fill up cache lines il y a 8 ans
  Ugorji Nwoke 2d49ec7f88 codec: json: fix build for go 1.7 - do not goto past new const/variables il y a 8 ans
  Ugorji Nwoke 4f11bac158 codec: json: implement jsonParseInteger and streamline how numbers are parsed il y a 8 ans
  Ugorji Nwoke 4ad9ed71b1 codec: re-factor and streamline code for publishing standards, consistency and performance il y a 8 ans
  Ugorji Nwoke 6e9891a451 codec: clean up, improved symbol handling and numeric overflow support il y a 8 ans
  Ugorji Nwoke e60f01bc16 codec: update copyright to say 2012-2018 il y a 8 ans
  Ugorji Nwoke 4d084a8659 codec: streamline panic/recover error handling, manage compatibility with codecgen and support structs where fields are encoded as numbers il y a 8 ans
  Ugorji Nwoke 7a1de86227 codec: refactoring to set us up for mid-stack inlining performance improvements in 1.10 il y a 8 ans
  Ugorji Nwoke 2a5f6bed9d codec: json: encodeFloat no longer inspects bytes to see if .0 to be added il y a 8 ans
  Ugorji Nwoke 679a71d0bd codec: treat time.Time{} as the zero value for time.Time. il y a 8 ans
  Ugorji Nwoke bb71fe2c0a codec: encode []byte as nil if nil, and handle decoding a []byte from a container containing uint8's il y a 8 ans
  Ugorji Nwoke b1f0083586 codec: json: call time.AppendFloat directly bypassing MarshalJSON il y a 8 ans
  Ugorji Nwoke debb8e2d2e codec: support time.Time natively in all formats, and remove Builtin mode. il y a 8 ans
  Ugorji Nwoke 5a66da2e74 codec: fix suggestions raised by golint -min_confidence 0.9, misspellings and ineffassign il y a 8 ans
  Ugorji Nwoke cbd720c66c codec: json: fix unicode escape decoding il y a 8 ans
  Ugorji Nwoke a9859e3096 codec: handle nil keys as valid, support MapKeyAsString in json, and indefinite lengths for string/[]byte il y a 8 ans
  Ugorji Nwoke 69722bf3a2 codec: streamline handling of doing something at the end of an encode. il y a 8 ans