High-Performance library for Data Structures (FIFO, Indexed SkipLists, Linked Lists...) manipulation
Find a file
2025-05-15 14:59:33 +01:00
English.lproj add strings 2014-11-11 19:20:52 +00:00
Performance.xcodeproj update project to work on mac again (10.9) 2024-07-14 19:37:31 +02:00
ChangeLog Add -empty method 2025-05-15 11:10:49 +01:00
COPYING.LIB Update to LGPL3 2007-09-14 13:00:42 +00:00
GNUmakefile New release 2023-01-13 14:07:46 +00:00
GNUmakefile.postamble New library for performance ehnancement classes 2005-10-28 15:26:51 +00:00
GNUmakefile.preamble Simplified header amnagement 2005-11-14 21:24:17 +00:00
GNUmakefile.wrapper.objc.preamble Fixed problem linking Java wrappers when compiling the first time 2006-01-11 14:38:08 +00:00
GNUstep.h update project to work on mac again (10.9) 2024-07-14 19:37:31 +02:00
GSCache.h Add -empty method 2025-05-15 11:10:49 +01:00
GSCache.m fix last change 2025-05-15 14:59:33 +01:00
GSFIFO.h update project to work on mac again (10.9) 2024-07-14 19:37:31 +02:00
GSFIFO.m Avoid old function which doesn't work with new runtime 2025-01-08 15:54:19 +00:00
GSIndexedSkipList.h Update to LGPL3 2007-09-14 13:00:42 +00:00
GSIndexedSkipList.m fix includes/imports 2011-03-03 10:51:46 +00:00
GSIOThreadPool.h update project to work on mac again (10.9) 2024-07-14 19:37:31 +02:00
GSIOThreadPool.m update project to work on mac again (10.9) 2024-07-14 19:37:31 +02:00
GSLinkedList.h Tidy/simplify a little 2025-01-09 15:46:33 +00:00
GSLinkedList.m Tidy/simplify a little 2025-01-09 15:46:33 +00:00
GSSkipMutableArray.h Update to LGPL3 2007-09-14 13:00:42 +00:00
GSSkipMutableArray.m Import inttypes.h for pointer formatting 2014-11-12 07:26:04 +00:00
GSThreadPool.h Make -drain: consider active threads 2024-03-15 12:14:56 +00:00
GSThreadPool.m update project to work on mac again (10.9) 2024-07-14 19:37:31 +02:00
GSThroughput.h Fix possible hang or crash due to corrupted memory if a stats instance is deallocated in the wrong thread. 2025-04-23 13:43:02 +01:00
GSThroughput.m Fix possible hang or crash due to corrupted memory if a stats instance is deallocated in the wrong thread. 2025-04-23 13:43:02 +01:00
GSTicker.h threading tweaks and doc improvments 2011-06-04 14:50:40 +00:00
GSTicker.m thread exist safety fixup 2013-02-03 06:37:42 +00:00
GSUniqued.h add GSUniqued 2014-04-26 09:26:59 +00:00
GSUniqued.m Cope with objects which can't be copied (ie -copy returns the receiver). 2019-08-08 15:02:04 +01:00
Info.plist add strings 2014-11-11 19:20:52 +00:00
NSObject+GSExtensions.h update project to work on mac again (10.9) 2024-07-14 19:37:31 +02:00
NSObject+GSExtensions.m add GS MemoryReporting extensions for NSObject missing on Mac so that the whole GS base additions are not needed 2015-11-23 15:34:29 +00:00
Performance.h add GSUniqued 2014-04-26 09:26:59 +00:00
Performance.jigs Add java wrapper 2005-11-14 19:57:02 +00:00