Tagged Questions
4
votes
1answer
201 views
Optimization of a Hybrid Pagination Scheme
I'm working on a Web Application using node.js in which I'm building a partial copy of the database on the client-side to decrease the load on my server. Right now, I have a function like this ...