Ticket #120 (assigned enhancement)

Opened 11 months ago

Last modified 11 months ago

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

Changed 11 months ago by vreixo

  • status changed from new to assigned
  • type changed from bug to enhancement

Changed 11 months ago by pygi

  • milestone set to libisofs-0.6.4
Note: See TracTickets for help on using tickets.