-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
smarter merging with octrees #2516
Labels
bitmaps
bitmapped graphics (sixel, kitty, mmap)
enhancement
New feature or request
perf
sweet sweet perf
Milestone
Comments
dankamongmen
added
enhancement
New feature or request
perf
sweet sweet perf
bitmaps
bitmapped graphics (sixel, kitty, mmap)
labels
Jan 1, 2022
we're likely going to need this in the 3.0.x timeframe, since #2515 is going to put a lot more pressure on our color allocation. |
dankamongmen
added a commit
that referenced
this issue
Jan 8, 2022
dankamongmen
added a commit
that referenced
this issue
Jan 8, 2022
dankamongmen
added a commit
that referenced
this issue
Jan 8, 2022
dankamongmen
added a commit
that referenced
this issue
Jan 8, 2022
dankamongmen
added a commit
that referenced
this issue
Jan 9, 2022
dankamongmen
added a commit
that referenced
this issue
Jan 9, 2022
ok, here's how we do this in O(N):
simple. the only wrinkle is that iterating over the qnodes means:
|
dankamongmen
added a commit
that referenced
this issue
Jan 10, 2022
dankamongmen
added a commit
that referenced
this issue
Jan 10, 2022
dankamongmen
added a commit
that referenced
this issue
Jan 10, 2022
dankamongmen
added a commit
that referenced
this issue
Jan 10, 2022
closed via #2545 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bitmaps
bitmapped graphics (sixel, kitty, mmap)
enhancement
New feature or request
perf
sweet sweet perf
The new octree implementation (see #2503) has a tres shitty merger (we always merge to the most popular, a terrible merger). Improve it, ideally improving performance at the same time somehow, heh. This is not as big a deal as #2515, as this kind of image is fairly rare.
The text was updated successfully, but these errors were encountered: