Starting to mess about with windows handles and pages I’ve never heard of is beyond my pain threshold Abrozy. Thanks anyway.
________________________________ From: sqlite-users <[email protected]> on behalf of Abroży Nieprzełoży <[email protected]> Sent: Sunday, May 27, 2018 5:23:12 PM To: SQLite mailing list Subject: Re: [sqlite] This is driving me nuts I think you can experiment with changing the the working set size limits and see what the effect will be. https://msdn.microsoft.com/en-us/library/cc441804 2018-05-27 17:09 GMT+02:00, curmudgeon <[email protected]>: > It seems the array was being optimised away. I had to initialise every value > to get the OS to claim the RAM. Once I did that the timings for the array > were on a par with the vector with the second pass being slower than the > first. > > While that clears up that part of the mystery I'm no closer to a solution. > Going back to the latest set of results why is the assignments in the second > pass taking so much longer when there's still 5+ GB of memory free? > > > > -- > Sent from: http://sqlite.1065341.n5.nabble.com/ > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

