Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Use event streams rather than pull all of the data into memory #20

@davesag

Description

@davesag

Currently the approach I am taking is a little brute-force, and won't scale well in terms of memory usage as the number of cases grows.

A better approach would be to use event-streams to emit data to the output file as we scrape it. This won't necessarily be faster, but it will significantly reduce the memory needed, and is a much more elegant and scalable solution.

Metadata

Metadata

Assignees

Labels

algorithmIssue affects how we gather the dataenhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions