GitHub user keith-turner opened an issue:

    https://github.com/apache/incubator-fluo/issues/800

    Investigate caching String to Bytes conversions and visa versa

    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.  


----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to