Skip to content

Commit

Permalink
ParmParse: Refactoring
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 committed Jul 15, 2024
1 parent dcb9cc0 commit 4bb4970
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 796 deletions.
Loading

0 comments on commit 4bb4970

Please sign in to comment.