~kobuk-team/ubuntu/+source/golang-github-segmentio-encoding:master

Last commit made on 2023-10-14
Get this branch:
git clone -b master https://git.launchpad.net/~kobuk-team/ubuntu/+source/golang-github-segmentio-encoding
Members of The Kobuk team can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

f7930c0... by Hector CAO

Add debian folder

9ede60d... by Hector CAO

New upstream version 0.3.6

3391c4a... by Chris O'Hara <email address hidden>

extendSlice optimization is still valid for go1.19 (#127)

4601a45... by Chris O'Hara <email address hidden>

Add method to get how many tokenizer bytes are remaining (#126)

a1e4c6b... by Achille <email address hidden>

fix decoding lists of TRUE values (#122)

* fix decoding lists of TRUE values

* fix typo

* minimal code change

886f222... by Matthieu Dumont <email address hidden>

Encoder: add SetAddExtraNewline option to json.Encoder (#119)

* Encoder: add SetAddExtraNewline option to json.Encoder

* feat: rename AddExtraNewline to AppendNewline

* refactor: change AppendNewline to be part of AppendFlags

* feat: make appendNewline private

f3a2210... by Achille <email address hidden>

thrift: allow reusing struct fields (#117)

* thrift: allow reusing struct fields

* update documentation

04dfa1a... by Kevin Burke <email address hidden>

README: note where to find CPU/memory details (#116)

My first question was "how/why is this faster" and the answer is
a little bit buried, so try to make it clearer.

4e2cc2a... by Fabrice Vaillant <email address hidden>

Fixes Bool method comment (#115)

* Fixes Bool method comment

* Update json/token.go

Co-authored-by: Achille <email address hidden>

3147938... by Chris O'Hara <email address hidden>

Improved field lookup for small structs (arm64) (#114)