Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 24, 2007
1 parent 63f9a21 commit 4fe2134
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions TODO.txt
Expand Up @@ -16,7 +16,6 @@ Stuff:
important, since streaming archives aren't of much value to games (which
is why zipfiles are king: random access), but it could have uses for, say,
an installer/updater.
- Stack allocate in stripAppleBundle() (platform/unix.c) instead of calloc().
- Reduce malloc() pressure all over the place. We fragment memory like mad.
- profile string list interpolation.
- We have two different ways to find dir entries in zip.c.
Expand All @@ -42,7 +41,6 @@ Stuff:
- Need "getmountpoint" command in test_physfs.c ...
- Look for calloc() calls that aren't going through the allocation hooks.
- Write up a simple HOWTO on embedding physicsfs in another project.
- Make mutexes recursive, so callbacks can call into the API.
- Archivers need abstracted i/o to read from memory or files (archives in archives?)
- Probably other stuff. Requests and recommendations are welcome.

Expand Down

0 comments on commit 4fe2134

Please sign in to comment.