Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tracecompass-dev] Proposal: add Math Package to common core

The reason for this move is that we have now timestamps and time widgets
that are getting overflow problems.

Here is the patch.

https://git.eclipse.org/r/#/c/78107/1


On 16-07-28 04:26 PM, Matthew Khouzam wrote:
> Hi all,
>
> TMF common core should not get big, we need it to be as light weight as
> possible.
>
> I am proposing to add to it a Math package to handle saturated math.
> Currently the code is in TmfTimestamp, moving it to common core is
> simple. I checked 4 months ago, the guava saturated math was not very
> fast for our fast path as it throws exceptions. I did not find any other
> lib alternatives that works.
>
> Our maintainer model remains as a consensus model for TMF.core and
> especially common core. I am therefore asking anyone if there are any
> objections to this. If you don't feel like publicly objecting, a direct
> reply is welcome.
>
> BR,
>
> Matthew
>
> _______________________________________________
> tracecompass-dev mailing list
> tracecompass-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/tracecompass-dev



Back to the top