jsonb icon indicating copy to clipboard operation
jsonb copied to clipboard

Performance: Using SIMD to imporve object key match

Open b41sh opened this issue 8 months ago • 1 comments

When we search whether the key in the object matches, we read the data of jentry and key in sequence, and the performance will be poor when there are many keys. We can speed up this process by using SIMD directives.

b41sh avatar Mar 25 '25 03:03 b41sh

assign me

KKould avatar Mar 25 '25 03:03 KKould