mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-23 11:51:20 +00:00
Add new header for skip lists
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@23635 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dcb7143831
commit
cacf9b4cf6
2 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
Hide implementation details.
|
||||
Add convenience method (to create skiplist) to NSMutableArray.
|
||||
Some reformatting for coding standards.
|
||||
* Performance.h: Ad new header for skip lists.
|
||||
|
||||
2006-09-27 Matt Rice <ratmice@yahoo.com>
|
||||
|
||||
|
|
|
@ -27,4 +27,5 @@
|
|||
#include "GSCache.h"
|
||||
#include "GSThroughput.h"
|
||||
#include "GSTicker.h"
|
||||
#include "GSSkipMutableArray.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue