# To Do List for `pielist`
These are suggestions for improvements:
- [x] pool.shrink_to_fit(): An advanced (and potentially unsafe if indices are held) method to reclaim unused memory from the end of the pool's vector.
- [ ] Serialization support
- Add more comparative tests against `index_list`