-
- Downloads
Store the name of the item in the dir struct itself
Rather than storing a pointer to another memory allocation in the struct. This saves some memory and improves performance by significantly decreasing the number of calls to [c|m]alloc() and free().
Loading
Please register or sign in to comment