gagolews / gagolews/stringi

stri_read_lines: maximal supported file size is ~0.67 GB

Open
#396 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
318
Forks
48
PR merge metrics
No merged PRs in 30d

Description

This function should be rewritten if larger files are to be supported.

stri_write_lines is most likely affected as well

This is due to how these are currently implemented, see #395 for the underlying issue (stri_encode)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by examining stri_read_lines and stri_write_lines, then read issue #395 for the underlying stri_encode limitation. Determine how the current implementations impose the approximately 0.67 GB limit and define what larger-file support should cover for both functions. Done means the functions support the agreed larger sizes without the current limitation.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, r
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.