External base class
Reported by bahuvrihi | March 24th, 2009 @ 01:40 PM
At present, ExternalArchive/External::Base aren't great as base classes because they include a number of array methods. Ideally there would be some base class that is essentially blank... you could:
- open/close
- reindex
- []/[]=/each (entry), fetch/put/each_str (string)
- length, compact, clear
And not much else, maybe just a few protected methods. All other array methods would be added by a module or in a subclass.
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Indexing and array-like access to data stored on disk (rather than in memory).