Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
roeierez
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
roeierez
11y ago
Then it is added to the Roadmap. you can expect it in a couple of weeks.
2.
▲
by
roeierez
11y ago
This refers to a technique where each item is rendered on a different layer in the page. Because of that, when moving an item to a new position it does not require 'painting' the affected area. There are some style attributes that
3.
▲
by
roeierez
11y ago
You are right, the pages data that is fetched from the server is kept in memory for future rendering, which usually does not cause memory problems. It is up to the user how to implement search, either by searching in-memory, or change the q
4.
▲
by
roeierez
11y ago
got it, thanks.
5.
▲
by
roeierez
11y ago
for now yes. If you say you need it for desktop I am willing to add this support, it should be easy. to see the scrolling effect now you can simply drag or flick the list even from desktop.
6.
▲
by
roeierez
11y ago
Very High performance infinite list for mobile devices that besides GPU acceleration uses concepts like recycling DOM elements and minimize rendering tasks on low frame rate. All for the purpose of smooth scrolling.
7.
▲
High-Performance Infinite List in JavaScript
(roeierez.github.io)
28 points
by
roeierez
11y ago
|
23 comments