You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/05/12 00:09:04 UTC

[incubator-zipkin] branch more-efficient-hex updated (659bf02 -> a695cfe)

This is an automated email from the ASF dual-hosted git repository.

adriancole pushed a change to branch more-efficient-hex
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin.git.


 discard 659bf02  adds benchmarks
 discard 659ddc9  Reduces array copying when converting uint64 to hex strings
    omit 18e5635  Folds Buffer tree into UnsafeBuffer to improve performance
     add 09a441f  Folds Buffer tree into UnsafeBuffer to improve performance (#2586)
     add a695cfe  Reduces array copying when converting uint64 to hex strings

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (659bf02)
            \
             N -- N -- N   refs/heads/more-efficient-hex (a695cfe)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes: