- "Is C++ fast?" - 5 Updates
- if cargo blocks - 2 Updates
- Boost.Spirit parsing of JSON is slow (Was: Latest compiler and/or Boost.Variant issue with forward declarations) - 1 Update
Ian Collins <ian-news@hotmail.com>: Jan 20 08:42AM +1300 On 20/01/2019 08:18, Mr Flibble wrote: > that feature off). > Seriously changing an existing C++ codebase to make it pre-C++11 really is > a dumb idea. This is 2019. What he said! -- Ian. |
woodbrian77@gmail.com: Jan 19 12:56PM -0800 On Saturday, January 19, 2019 at 1:18:36 PM UTC-6, Mr Flibble wrote: > > simplifier.cpp, and see if going all the way to C is worthwhile." > > https://zeuxcg.org/2019/01/17/is-c-fast/ > Who cares about the performance of unoptimized builds? I do. > that feature off). > Seriously changing an existing C++ codebase to make it pre-C++11 really is > a dumb idea. This is 2019. I'm in the middle -- I require 2011 C++ but that's as far back as I can go to reach out. I've wondered if 2011 C++ is the new C. Brian Ebenezer Enterprises - Enjoying programming again. https://github.com/Ebenezer-group/onwards |
Ian Collins <ian-news@hotmail.com>: Jan 20 10:35AM +1300 >>> https://zeuxcg.org/2019/01/17/is-c-fast/ >> Who cares about the performance of unoptimized builds? > I do. Why? > I'm in the middle -- I require 2011 C++ but that's > as far back as I can go to reach out. I've wondered > if 2011 C++ is the new C. Why don't you just wrote C++11? -- Ian. |
David Brown <david.brown@hesbynett.no>: Jan 19 11:49PM +0100 On 19/01/2019 22:35, Ian Collins wrote: >>> Who cares about the performance of unoptimized builds? >> I do. > Why? For the same reason people care how fast their car can go in first gear. >> I'm in the middle -- I require 2011 C++ but that's >> as far back as I can go to reach out. I've wondered >> if 2011 C++ is the new C. C11 is the new C. C++11 is a milestone in the development of C++, but it is not C. |
Ian Collins <ian-news@hotmail.com>: Jan 20 11:57AM +1300 On 20/01/2019 11:49, David Brown wrote: >>> I do. >> Why? > For the same reason people care how fast their car can go in first gear. That's a useful number - especially if it can get from 0 to 60 without changing up :) -- Ian. |
"Chris M. Thomasson" <ahh_f_it@crap.nothing>: Jan 19 02:53PM -0800 On 1/19/2019 7:51 AM, Mr Flibble wrote: >>>>>>> I am wondering, if CAlive is being neglected? I implore Rick to >>>>>>> really >>>>>>> try to reach the beta or even alpha test by New Years 2019. [...] >> now due to my several-month delay for my current side-step gaming >> projects diversion. > So God's work is no longer a priority? Video games are of the Devil. Have you ever played StarCraft? It can be fairly addicting. Satan!? |
"Chris M. Thomasson" <ahh_f_it@crap.nothing>: Jan 19 02:53PM -0800 On 1/19/2019 2:30 AM, Rick C. Hodgin wrote: > milestones there will be installation bundles available for people > to download and try. These will likely consist of Oracle VirtualBox > virtual machines at first. Looking forward to it. Do you happen to have an ISO that can install _any_ version of your OS right now? > It's going to be a while, Chris. At east mid-2020 as it's looking > now due to my several-month delay for my current side-step gaming > projects diversion. Well, just keep your eye on the prize, CAlive! :^) |
Michael Powell <mwpowellhtx@gmail.com>: Jan 19 02:30PM -0800 On Friday, January 11, 2019 at 6:03:54 PM UTC-5, Daniel wrote: > I found an earlier tag of Milo Yip's benchmarks which has JSON Spirit, > https://github.com/miloyip/nativejson-benchmark/tree/v1.0.0 > with smaller benchmark files, between 600 and 1200KB. JSON Spirit's relative performance is a little bit better on those, but not by much, e.g. 8 x slower than cJSON vs 12 times slower. Hello, I didn't check, but do you have that benchmark? I'm not sure how relevant or useful it would be to run that through my parser grammar for what I am trying to accomplish here, but it might interesting to respond with the results nonetheless. Thanks! |
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page. To unsubscribe from this group and stop receiving emails from it send an email to comp.lang.c+++unsubscribe@googlegroups.com. |
No comments:
Post a Comment