24 Jul
2017
24 Jul
'17
10:40 a.m.
Joaquin M López Muñoz wrote:
El 24/07/2017 a las 12:28, Peter Dimov via Boost escribió:
Joaquin M López Muñoz wrote:
The following alternative based on bool sequences seems to perform very well for the mp_iota_c case (basically, mp_find runs out of heap space in my machine for mp_iota_c<300> whereas mp_find2 takes 4-5 s).
Just to clarify, what compiler? MSVC?
Microsoft Visual Express 2015 for Windows Desktop Version 14.0.23107.0 D14REL
Roberto's version also performs very well in this case. I haven't timed it yet but is seems even faster.