Investigate caching String to Bytes conversions and visa versa
Open
- Dominant language
- Java
- Stars
- 200
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
Since String and Bytes are both immutable, it may be worthwhile to cache conversion from one to the other. The following are some thoughts on possible implementations.
* Per thread cache w/o synchronization
* Global cache with synchronization
* Hybrid per thread/global cache
* Single threaded short lived per operation/per transaction caches.
Contributor guide
Assessment
This issue has not been assessed yet.