Ticket #120 (assigned enhancement)
Optimize storage of children in IsoNode
| Reported by: | vreixo | Owned by: | vreixo |
|---|---|---|---|
| Priority: | major | Milestone: | libisofs-0.6.4 |
| Component: | libisofs | Version: | libisofs-0.6.3 |
| Keywords: | Cc: |
Description
Currently IsoNode children are stored in a linked list, sorted. This is suitable for most users, but it is a bit slower on big directories with thousand of files. Some kind of combination of linked list together with skip list may be a better alternative.
Change History
Note: See
TracTickets for help on using
tickets.
