Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speedup RecyclerBytesStreamOutput.writeString
This method is quite hot in some use-cases because it's used by most string writing to transport messages. Overriding teh default implementation for cases where we can write straight to the page instead of going through an intermediary buffer speeds up the method by more than 2x, saving lots of cycles, especially on transport threads.
- Loading branch information