Histórico de Commits

Autor SHA1 Mensagem Data
  Ugorji Nwoke 42bc974514 codec: support ZeroCopy for allowing decoded output point into input bytes há 4 anos atrás
  Ugorji Nwoke 084bffbbe8 codec: (minor performance): if d.d.bytes, call into rb directly há 4 anos atrás
  Ugorji Nwoke e81e4324dd codec: rename decNaked to fauxUnion há 5 anos atrás
  Ugorji Nwoke ad942d8cb5 codec: decDriver doesn't have a Nil() method - remove across board há 5 anos atrás
  Ugorji Nwoke 32ba854a0b codec: uncacheRead only makes sense for json - remove from others há 5 anos atrás
  Ugorji Nwoke c8e440640c codec: clean up old comments in code há 5 anos atrás
  Ugorji Nwoke 31766e6012 codec: StringToRaw should only be checked in the Handle há 5 anos atrás
  Ugorji Nwoke efbb381fb0 codec: cache aligned en|decDrivers for different formats. há 5 anos atrás
  Ugorji Nwoke 6393644481 codec: move Enc/Decoder into enc/decDriver for better memory arrangement há 5 anos atrás
  Ugorji Nwoke fc17d02f6e codec: remove hasElemSeparators and elemsep flags há 5 anos atrás
  Ugorji Nwoke 47cabf7243 codec: rename decReaderSwitch to decRd and encWriterSwitch to encWr há 5 anos atrás
  Ugorji Nwoke 1deb530697 codec: only maintain pools for long-lived objects shared across goroutines há 5 anos atrás
  Ugorji Nwoke 8c78ba40d8 codec: move references to SetXXXExt from format handler files há 5 anos atrás
  Ugorji Nwoke ffda9d4fba codec: streamline nil decoding: nil means zero value consistently há 5 anos atrás
  Ugorji Nwoke 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ há 5 anos atrás
  Ugorji Nwoke 372321e378 codec: remove decDriver.DecodeString() - redundant, and replaced by DecodeStringAsBytes() há 5 anos atrás
  Ugorji Nwoke 7aa0a70eb5 codec: simple: support EncZeroValuesAsNil for map values that are strings há 5 anos atrás
  Ugorji Nwoke 8b3661cea8 codec: redesign how codecFnInfo is loaded from, and support SelfExt há 5 anos atrás
  Ugorji Nwoke e05b287349 codec: handle []byte encoded as array (as opposed to native mode per format) há 5 anos atrás
  Ugorji Nwoke 6edad4e9b6 codec: clean up float handling code há 5 anos atrás
  Ugorji Nwoke 86ce10f272 codec: misc refactoring, clean up and optimizations há 5 anos atrás
  Ugorji Nwoke eb5e2717b6 codec: fast-path: optimize: remove unnecessary local variables há 5 anos atrás
  Ugorji Nwoke 070826dc1c codec: remove "internal" deprecated methods of encDriver and decDriver há 5 anos atrás
  Ugorji Nwoke 967be11608 codec: false-sharing and cache-line optimizations há 5 anos atrás
  Ugorji Nwoke a70535d849 codec: generalize DecodeOptions:RawToString flag (for all encodings) há 5 anos atrás
  Ugorji Nwoke aa2c01e021 codec: introduce EncodeOptions:StringToRaw flag to control string encoding há 5 anos atrás
  Ugorji Nwoke 23876e7a59 codec: do not pool decNaked anymore - make it smaller and part of Decoder há 5 anos atrás
  Ugorji Nwoke 6c173b2436 codec: use uint indices for array element and slicing to eliminate the x >= 0 bounds check, and more inlining há 5 anos atrás
  Ugorji Nwoke 16061014c5 codec: document concurrency guarantees and fix analyze script warnings há 5 anos atrás
  Ugorji Nwoke 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns há 5 anos atrás