apache / apache/accumulo-fluo

Investigate caching String to Bytes conversions and visa versa

Open
#800 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.