Skip to content

Commit

Permalink
Far less memory allocations by making use of Span APIs (issue vvvv#4)
Browse files Browse the repository at this point in the history
- UnpackMessage and UnpackString use Span
- MessagePattern.IsMatch now static method based on span as well. Will only allocate if regex is indeed used.
- Use more memory friendly value tuple in OSCServer
  • Loading branch information
azeno committed Feb 21, 2021
1 parent 63e8d1b commit 02c0635
Show file tree
Hide file tree
Showing 4 changed files with 257 additions and 409 deletions.
Loading

0 comments on commit 02c0635

Please sign in to comment.