Re: [NEW PORT] devel/fast-float - Fast and exact implementation of the C++ from_chars functions

2024-02-13 Thread Jose Maldonado
El Tue, 13 Feb 2024 14:55:10 -0500 Thomas Frohwein escribió: > On Tue, Feb 13, 2024 at 02:13:24PM -0400, Jose Maldonado wrote: > > [...] > > > > > * > > > > Dios en su cielo, todo bien en la Tierra > > > > > > > > > > Hi Thomas! > > >

Re: [NEW PORT] devel/fast-float - Fast and exact implementation of the C++ from_chars functions

2024-02-13 Thread Thomas Frohwein
On Tue, Feb 13, 2024 at 02:13:24PM -0400, Jose Maldonado wrote: [...] > > > * > > > Dios en su cielo, todo bien en la Tierra > > > > > > Hi Thomas! > > I have no problems with taking care of the maintenance of the package, > as you

Re: [NEW PORT] devel/fast-float - Fast and exact implementation of the C++ from_chars functions

2024-02-13 Thread Jose Maldonado
El Tue, 13 Feb 2024 19:14:18 + Stuart Henderson escribió: > I'd prefer to skip NO_BUILD unless it fails without - if a newer > version starts doing something in that stage and you have NO_BUILD > set and don't notice it'll end up running build stages in "make fake" > That is a good

Re: [NEW PORT] devel/fast-float - Fast and exact implementation of the C++ from_chars functions

2024-02-13 Thread Stuart Henderson
I'd prefer to skip NO_BUILD unless it fails without - if a newer version starts doing something in that stage and you have NO_BUILD set and don't notice it'll end up running build stages in "make fake" -- Sent from a phone, apologies for poor formatting. On 13 February 2024 18:51:29 Thomas

Re: [NEW PORT] devel/fast-float - Fast and exact implementation of the C++ from_chars functions

2024-02-13 Thread Thomas Frohwein
On Tue, Feb 13, 2024 at 05:00:08PM +, Stuart Henderson wrote: > On 2024/02/12 13:37, Jose Maldonado wrote: > > > > Hello everyone! New port here. > > > > In this case I bring you devel/fast-float, a series of C/C++ headers > > that seeks to offer us numerical operations 4 to 10x times faster

Re: [NEW PORT] devel/fast-float - Fast and exact implementation of the C++ from_chars functions

2024-02-13 Thread Jose Maldonado
El Tue, 13 Feb 2024 12:24:43 -0500 Thomas Frohwein escribió: > On Mon, Feb 12, 2024 at 01:37:23PM -0400, Jose Maldonado wrote: > > > > Hello everyone! New port here. > > > > In this case I bring you devel/fast-float, a series of C/C++ headers > > that seeks to offer us numerical operations 4 to

Re: [NEW PORT] devel/fast-float - Fast and exact implementation of the C++ from_chars functions

2024-02-13 Thread Thomas Frohwein
On Mon, Feb 12, 2024 at 01:37:23PM -0400, Jose Maldonado wrote: > > Hello everyone! New port here. > > In this case I bring you devel/fast-float, a series of C/C++ headers > that seeks to offer us numerical operations 4 to 10x times faster than > standard libraries (GCC and Clang). > > These

Re: [NEW PORT] devel/fast-float - Fast and exact implementation of the C++ from_chars functions

2024-02-13 Thread Stuart Henderson
On 2024/02/12 13:37, Jose Maldonado wrote: > > Hello everyone! New port here. > > In this case I bring you devel/fast-float, a series of C/C++ headers > that seeks to offer us numerical operations 4 to 10x times faster than > standard libraries (GCC and Clang). > > These libraries in question