ical icon indicating copy to clipboard operation
ical copied to clipboard

Parser is not streaming

Open emersion opened this issue 5 years ago • 1 comments

The whole blob is loaded in memory: https://github.com/luxifer/ical/blob/master/parse.go#L71

While this isn't an issue for files with a single event, this might be an issue for big exports/archives.

emersion avatar Feb 10 '20 18:02 emersion

You're right. This wasn't an issue at the time I write this lib. Feel free to submit a PR to fix that.

luxifer avatar Feb 10 '20 18:02 luxifer