-
Notifications
You must be signed in to change notification settings - Fork 912
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use cuco::static_set in JSON tree algorithm (#13928)
In JSON tree algorithms of JSON reader, cuco static_map is used as a set. This PR replaces it with static_set. No tests are changed. No significant runtime changes. Addresses part of #12261 Authors: - Karthikeyan (https://github.com/karthikeyann) Approvers: - Nghia Truong (https://github.com/ttnghia) - Yunsong Wang (https://github.com/PointKernel) URL: #13928
- Loading branch information
1 parent
2c7f02c
commit aba001c
Showing
1 changed file
with
38 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters