TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Portrait of the Hilbert Curve (2010)

64 pointsby jgrodziskiover 10 years ago

3 comments

evincarofautumnover 10 years ago
I once had the idea to use space-filling curves to speed up CPU image convolutions by increasing the probability that 2D-adjacent pixels would be 1D-adjacent, and hopefully get loaded in the same cache line. IIRC the effect was measurable but not large enough to be worthwhile.
martianover 10 years ago
Aldo&#x27;s project is awesome. I remember reading this a few years back and was really curious to see what would happen if you plotted color spaces other than RGB on a Hilbert Curve. Plotting colors in YIQ and HSV spaces turns out to be really fascinating.<p><a href="http://visualmotive.com/colorsort/" rel="nofollow">http:&#x2F;&#x2F;visualmotive.com&#x2F;colorsort&#x2F;</a>
robinhoustonover 10 years ago
There are several images of this sort on <a href="http://allrgb.com" rel="nofollow">http:&#x2F;&#x2F;allrgb.com</a>, which collects square images that have precisely one pixel of each of the 2^24 RGB colours.