-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: improvements to listing code for readability and less copy (#…
…1025) These changes don't impact functionality, but they do have performance benefits in the form of lowering memory utilization through the removal of a large number of clones in places where they are not required, which even in the case of Arc does involve a cost. Plus, parts of the code have been reorganized to be functional in nature and hence not require frequent iteration over the same members. As a bonus, comments explaining working have also been included
- Loading branch information
Showing
3 changed files
with
248 additions
and
126 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
Oops, something went wrong.