bytedance / sonic

A blazingly fast JSON serializing & deserializing library
Apache License 2.0
6.71k stars 333 forks source link

opt: use lockfree to register new modules #552

Closed felix021 closed 10 months ago

felix021 commented 10 months ago

Optimization

Test

$ cd loader && go test -race -run=Test_registerModuleLockFree Begin GC looping... PASS ok github.com/bytedance/sonic/loader 1.396s

CLAassistant commented 10 months ago

CLA assistant check
All committers have signed the CLA.