bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #37494] Performance issue with NSNumber when used as key in an NSDi


From: Richard Frith-Macdonald
Subject: [bug #37494] Performance issue with NSNumber when used as key in an NSDictionary
Date: Wed, 03 Oct 2012 14:28:49 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.26.14 (KHTML, like Gecko) Version/6.0.1 Safari/536.26.14

Follow-up Comment #4, bug #37494 (project gnustep):

> Did your computer start swapping during the process? 

I don't think so, buyt just to be sure I made a version of the code which used
the original size of dictionary, and just repeated the populating/fetching
loops a thousand times:

2012-10-03 15:19:00.213 nsnumberaskey-1[9796] populating dict (low NSNumber)
2012-10-03 15:19:45.238 nsnumberaskey-1[9796] end population of dict
2012-10-03 15:19:45.238 nsnumberaskey-1[9796] fetching values
2012-10-03 15:20:23.373 nsnumberaskey-1[9796] fetched values
2012-10-03 15:20:23.439 nsnumberaskey-1[9796] populating dict (high NSNumber)
2012-10-03 15:21:08.972 nsnumberaskey-1[9796] end population of dict
2012-10-03 15:21:08.972 nsnumberaskey-1[9796] fetching values
2012-10-03 15:21:48.132 nsnumberaskey-1[9796] fetched values
2012-10-03 15:21:48.304 nsnumberaskey-1[9796] populating dict (NSString)
2012-10-03 15:22:23.408 nsnumberaskey-1[9796] end population of dict
2012-10-03 15:22:23.409 nsnumberaskey-1[9796] fetching values
2012-10-03 15:22:52.280 nsnumberaskey-1[9796] fetched values


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37494>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]