Histórico de Commits

Autor SHA1 Mensagem Data
  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 a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers há 5 anos atrás
  Ugorji Nwoke aa2c01e021 codec: introduce EncodeOptions:StringToRaw flag to control string encoding há 5 anos atrás
  Ugorji Nwoke d75b2dcb6b codec: regenerate fast-path.generated.go há 5 anos atrás
  Ugorji Nwoke 6bfa3bf159 codec: do not pool codecFn helper - make it part of BasicHandle instead há 5 anos atrás
  Ugorji Nwoke 5922e8c83c codec: fast-path: pull out mapbyslice error message into a global constant string há 5 anos atrás
  Ugorji Nwoke 66da5d561e codec: sort.Interface implementations use uint for indexing 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 e531a5003d codec: refactor to afford bounds check elimination 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
  Ugorji Nwoke 70bcc61d9a codec: limit depth of nested structures há 6 anos atrás
  Ugorji Nwoke 6e9891a451 codec: clean up, improved symbol handling and numeric overflow support há 6 anos atrás
  Ugorji Nwoke 4d084a8659 codec: streamline panic/recover error handling, manage compatibility with codecgen and support structs where fields are encoded as numbers há 6 anos atrás
  Ugorji Nwoke ef9d3323cc codec: fast-path: ensure we decode fully and copy slice contents if possible, but never modify slice if nil and canChange=false há 6 anos atrás
  Ugorji Nwoke 69968d74ae codec: update generated files (per recent changes to the generators) há 6 anos atrás
  Ugorji Nwoke 5a66da2e74 codec: fix suggestions raised by golint -min_confidence 0.9, misspellings and ineffassign há 6 anos atrás
  Ugorji Nwoke dfe41753fe codec: fast-path: when decoding slices, check if a nil value is in stream há 6 anos atrás
  Ugorji Nwoke 427fecfaa5 codec: update comment in generated code per accepted proposal: https://golang.org/s/generatedcode há 6 anos atrás
  Ugorji Nwoke 792f4ab7b3 codec: remove recognized-rtid logic há 7 anos atrás
  Ugorji Nwoke 3c86213f83 codec: test: add tests for encoding, decoding and zero'ing scalars and maps/slices containing them. há 7 anos atrás
  Ugorji Nwoke b039683517 codec: clean up recognizedRtid support, add more tests and update testing TODO há 7 anos atrás
  Ugorji Nwoke 16373bd701 codec: test: add tests for symbols, and nil or 0-length fast-path slices and maps há 7 anos atrás
  Ugorji Nwoke 384bdbdfc1 codec: streamline fast-path support, ensure symetry for types implementing known interfaces, and expand tests há 7 anos atrás
  Ugorji Nwoke c3953defa8 codec: streamline library: refactor sendContainerState and clean up handle-specific test flags há 7 anos atrás
  Ugorji Nwoke 50530d8d14 codec: Multiple fixes, enhancements and test expansion across the board. há 7 anos atrás
  Ugorji Nwoke 54210f4e07 codec: major update with MAJOR PERFORMANCE improvements há 7 anos atrás
  Nick Galbreath 3487a5545b Merge pull requester rw #t GODxtkkfgggxxrtoyt Yt imrxxme re from from client9/master há 8 anos atrás
  Ugorji Nwoke b94837a240 codec: honor go's selection rule for using field at shallowest depth. há 8 anos atrás
  Ugorji Nwoke d517a49d59 codec: improve MapBySlice performance, and integrate tests for it. há 8 anos atrás