notepad-plus-plus / notepad-plus-plus/notepad-plus-plus

[Feature request] Large file view boost

Open
#16,799 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
29.4k
Forks
5.4k
PR merge metrics
No merged PRs in 30d

Description

Is there an existing issue for this?
  • I have searched the existing issues
Description of the Issue

Add a hex editor for large file for boost the read speed,
I compare HxD or notepad++ to open a 10G file, the first take 1s and the last crash, my wish:

00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F <- using scroll to get progress of a file, limit 0x10 is fine, where we roll, where using ReadFile to view, left view control hex-bytes and the right shows ascii or utf8 or other text.

we do not need alloc so much memory for once in this situation, just for read I think.

Describe the solution you'd like.
Debug Information
-
Anything else?

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or existing entry points are named. Start by locating the large-file opening and viewing path, then assess how a ReadFile-based hex and text view with scrolling would fit. Done means large files can be browsed without allocating the whole file and show hex bytes alongside text.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
desktop
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.