Open GoogleCodeExporter opened 9 years ago
Can you share more information on the benchmarks you use? ~10% sounds very
impressive but it depends on how you benchmark it.
Original comment by xiaof...@google.com
on 17 Sep 2013 at 7:08
The benchmark was a Caliper test comparing String#getBytes(Charset) vs
String#getBytes(String). How this translates into overall improvements depends
on what portion of the protobufs in the workload consist of Strings (quite a
lot in our use-case).
Original comment by phraktle
on 18 Sep 2013 at 11:01
How large is the String in your benchmark? I expect the performance improvement
ratio differs for different sizes of Strings as the overhead of retrieving
Charset from its name is constant.
Original comment by xiaof...@google.com
on 18 Sep 2013 at 5:38
Indeed, the returns are diminishing with longer strings. But there's no
downside :)
n diff
1 15%
10 10%
100 5%
1000 1%
Original comment by phraktle
on 18 Sep 2013 at 6:23
Are there plans to incorporate this?
Original comment by phraktle
on 25 Oct 2013 at 7:19
We'll fix accepted issues before next release, which probably will come early
2014. You can submit a patch if you'd like get it fixed in trunk sooner than
that.
Original comment by xiaof...@google.com
on 25 Oct 2013 at 5:12
Is this project dead? I am seeing zero activity on the code base since last
April? there are tons of great patches and suggestions on this issues page and
none of them seem to be acted upon? Can we get a roadmap?
Original comment by mellowaredev
on 19 Dec 2013 at 4:21
We have been working on this project actively inside Google, but you won't see
much activity here until we start to make another open-source release,
Original comment by xiaof...@google.com
on 23 Dec 2013 at 12:39
We have been working on this project actively inside Google, but you won't see
much activity here until we start to make another open-source release,
Original comment by xiaof...@google.com
on 23 Dec 2013 at 12:39
Excellent thanks for the update!
Original comment by mellowaredev
on 23 Dec 2013 at 12:41
Original issue reported on code.google.com by
phraktle
on 17 Sep 2013 at 5:02