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

support files larger than INT_MAX #21

Open
milianw opened this issue May 15, 2019 · 3 comments
Open

support files larger than INT_MAX #21

milianw opened this issue May 15, 2019 · 3 comments

Comments

@milianw
Copy link

milianw commented May 15, 2019

You are using int as offsets, which makes it impossible to open/inspect large files. Please use q(u)int64 instead

@ragundo
Copy link

ragundo commented Jun 14, 2019

I needed to change all the code to uint64_t in order to be able to show memory chunks

@Alexpux
Copy link
Contributor

Alexpux commented Jul 28, 2020

Currently QByteArray can store only 2GB size, see https://doc.qt.io/qt-5/qbytearray.html#maximum-size-and-out-of-memory-conditions so for big files need implement lazy loading data when needed

@Dax89
Copy link
Owner

Dax89 commented Jul 29, 2020

I was looking for this data structure: https://www.catch22.net/tuts/neatpad/piece-chains
Imho is perfect as backend for an hexadecimal widget too

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

No branches or pull requests

4 participants