Artur Biesiadowski ([EMAIL PROTECTED]) wrote: > Currently Character class uses byte table with 7 bytes per entry to > encode needed things. I consider changing it to 8-bytes pre entry - in > fact 4 x char. Well, our character implementation does seem to be a bit slow. I don't have any objections to experimenting with a new scheme that would improve it. But this is Paul's class. What do you think, Paul? -- Aaron M. Renn ([EMAIL PROTECTED]) http://www.urbanophile.com/arenn/
- java.lang.Character suggestion Artur Biesiadowski
- Re: java.lang.Character suggestion Aaron M. Renn
- Re: java.lang.Character suggestion Paul Fisher