bergerjac / globd

instantly view glob pattern results
0 stars 1 forks source link

paging, see more results, infinite scrolling #9

Open bergerjac opened 10 years ago

bergerjac commented 10 years ago

certain glob patterns may cause a lot of results, which may be too much to be:

therefore, it'd be optimal to implement some sort of paging technique.

client-side options:

bergerjac commented 6 years ago

test: on a folder with more than 10 subfolders, some of which also had subfolders

input: **/*.* (i.e. all files within the entire tree)

result: yielded 480 lines of results, within 1 second of the pattern match

for faster speed, paging is unnecessary.
for easier access, it could be implemented