2
0
Fork 0
mirror of https://github.com/ii64/sonic.git synced 2026-06-21 00:46:43 +08:00
sonic/native
Yi Duan 685ea7b9e3
feat:(encoder) support concrete-type key implementing encoding.TextMarshaler while encoding map (#343)
* feat:(encoder) support concrete type implementing `encoding.TextMarshaler` while encoding map

* add missing license

* opt: use unsafe to avoid reflect.Call
2022-12-30 17:48:04 +08:00
..
test opt: faster ftoa (#291) 2022-09-20 10:26:18 +08:00
atof_eisel_lemire.c feat:(encoder) support concrete-type key implementing encoding.TextMarshaler while encoding map (#343) 2022-12-30 17:48:04 +08:00
atof_native.c fix: move large-size local array to _Stack (#162) 2021-12-30 14:51:23 +08:00
f32toa.c opt: faster ftoa (#291) 2022-09-20 10:26:18 +08:00
fastbytes.c fix: use sse instead of sse4 (#305) 2022-09-26 12:45:01 +08:00
fastfloat.c opt: faster ftoa (#291) 2022-09-20 10:26:18 +08:00
fastint.c opt: faster ftoa (#291) 2022-09-20 10:26:18 +08:00
native.c opt: faster ftoa (#291) 2022-09-20 10:26:18 +08:00
native.h opt: reduce memory pool size (#302) 2022-10-28 16:40:14 +08:00
parsing.c opt: faster ftoa (#291) 2022-09-20 10:26:18 +08:00
scanning.c opt: faster ftoa (#291) 2022-09-20 10:26:18 +08:00
tab.h opt: faster ftoa (#291) 2022-09-20 10:26:18 +08:00
types.h opt: reduce memory pool size (#302) 2022-10-28 16:40:14 +08:00
utf8.h opt: faster ftoa (#291) 2022-09-20 10:26:18 +08:00