Closed GoogleCodeExporter closed 9 years ago
I'm not convinced all of these are worth pursuing, largely because I'd tend to
expect CharMatcher.precomputed() to be called at most once per CharMatcher.
I'll look into these, though.
Original comment by lowas...@google.com
on 3 Dec 2012 at 10:21
Only the first two subissues deal with the timing of the `precomputed()`
method. I'm not claiming it's important, but the fix is shorter than this
paragraph.
The other thing is that sometimes you *lose* performance after precomputation
(e.g., for the set of all German letters you get a 5x slowdown).
Original comment by Maaarti...@gmail.com
on 12 Dec 2012 at 8:01
https://code.google.com/p/guava-libraries/source/detail?r=7218498c1e19a789a5064a
e750db7e929e2e8287
Original comment by lowas...@google.com
on 14 Dec 2012 at 6:19
Original comment by lowas...@google.com
on 26 Dec 2012 at 5:02
This issue has been migrated to GitHub.
It can be found at https://github.com/google/guava/issues/<id>
Original comment by cgdecker@google.com
on 1 Nov 2014 at 4:13
Original comment by cgdecker@google.com
on 3 Nov 2014 at 9:08
Original issue reported on code.google.com by
Maaarti...@gmail.com
on 3 Dec 2012 at 10:18Attachments: