Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Far less memory allocations by making use of Span APIs (issue vvvv#4)
- 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