v6d-io / v6d

vineyard (v6d): an in-memory immutable data manager. (Project under CNCF, TAG-Storage)
https://v6d.io
Apache License 2.0
819 stars 117 forks source link

Update the token list type from int* to vector<int> to avoid copying in radix tree. #1805

Closed dashanji closed 4 months ago

dashanji commented 4 months ago

What do these changes do?

Related issue number

Fixes https://github.com/v6d-io/v6d/issues/1802