-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch adds a generic stats layer trait that can be implemented t…
…o provide whatever custom statistics collection medium downstream use-cases prefer. (#264) Dynamic dispatch is utilized since we're going to use an `Arc` anyways and given the likelihood of a single implementation, LLVM will likely inline the type anyways. This saves the added generic overhead.
- Loading branch information
Showing
16 changed files
with
266 additions
and
260 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.