[infinispan-issues] [JBoss JIRA] (ISPN-7240) Deprecate org.infinispan.commons.util.Base64 and replace usages with java.util.Base64
Adrian Nistor (JIRA)
issues at jboss.org
Tue Nov 29 16:40:00 EST 2016
[ https://issues.jboss.org/browse/ISPN-7240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adrian Nistor updated ISPN-7240:
--------------------------------
Description:
See http://java-performance.info/base64-encoding-and-decoding-performance/ for a discussion on performance of various implementations of Base64 encoding.
The java 8 implementation is slightly faster than the 'Robert Harder' implementation we have in org.infinispan.commons.util.Base64 class.
was:
See http://java-performance.info/base64-encoding-and-decoding-performance/ for a discussion on performance of various implementations of Base64 encoding.
The java 8 implementation is slightly faster than the 'Robert Harder' implementation we have in are using in org.infinispan.commons.util.Base64 class.
> Deprecate org.infinispan.commons.util.Base64 and replace usages with java.util.Base64
> -------------------------------------------------------------------------------------
>
> Key: ISPN-7240
> URL: https://issues.jboss.org/browse/ISPN-7240
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 9.0.0.Beta1, 9.0.0.Final
>
>
> See http://java-performance.info/base64-encoding-and-decoding-performance/ for a discussion on performance of various implementations of Base64 encoding.
> The java 8 implementation is slightly faster than the 'Robert Harder' implementation we have in org.infinispan.commons.util.Base64 class.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the infinispan-issues
mailing list