-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This 2/N PRs to heap-ify key IM pool-based objects. This commit heap-ifies the ReadClient object. Specifically, it achieves this indirectly by doing away with the pool-allocated scheme entirely and letting applications control the instantiation and lifetime of the ReadClient object. Tests: - REPL Reads - Unit-tests
- Loading branch information
1 parent
a9b9fca
commit 3de3b6d
Showing
25 changed files
with
802 additions
and
2,430 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
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
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.