Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wikimedia metadata files are inefficient #83

Open
reidpr opened this issue Oct 31, 2013 · 0 comments
Open

Wikimedia metadata files are inefficient #83

reidpr opened this issue Oct 31, 2013 · 0 comments
Labels

Comments

@reidpr
Copy link
Owner

reidpr commented Oct 31, 2013

They map a regular sequence of date and datetime objects to values; storing all these objects is redundant.

We could change to Date_Vector objects, but that requires a pair for masking and doesn't cover the datetime case.

See also issue #61.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant