Skip to content

Commit

Permalink
ParmParse: Refactoring (#4031)
Browse files Browse the repository at this point in the history
ParmParse has been refactored for much better performance when there are
a large number of entries. The implementation now uses std::vector
instead of std::list. This commit also removes two unused features,
ParmParse::Record and ParmParse::Frame.
  • Loading branch information
WeiqunZhang authored Jul 22, 2024
1 parent 826b599 commit 1232089
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 796 deletions.
Loading

0 comments on commit 1232089

Please sign in to comment.