You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 10, 2018. It is now read-only.
Random access classes lack a generalized stat interface to obtain basic information about the store such as its size. In both file and memory implementations, a length property is available to be used in such an implementation. That said, an optional stat property should exist in the abstract for implementors to establish methods that conform to this API, so consumers can examine stats for their stores.
The text was updated successfully, but these errors were encountered:
@juliangruber I have been chatting with @mafintosh who has indicated he is taking the lead to rewrite the abstract random class. As a result, I must wait to see the next iteration of this class before proceeding. As far as the use case, my own is to help determine resource utilization for storages and archivers implementing random abstract.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Random access classes lack a generalized
stat
interface to obtain basic information about the store such as its size. In both file and memory implementations, alength
property is available to be used in such an implementation. That said, an optionalstat
property should exist in the abstract for implementors to establish methods that conform to this API, so consumers can examine stats for their stores.The text was updated successfully, but these errors were encountered: