allenai / ike

Build tables of information by extracting facts from indexed text corpora via a simple and effective query language.
http://allenai.org/software/interactive-knowledge-extraction/
Apache License 2.0
56 stars 20 forks source link

[CLOSED] Loads all tables for one user in a single request, instead of one request per table #171

Closed sbhaktha closed 8 years ago

sbhaktha commented 8 years ago

Issue by dirkgr Thu Jul 23 20:32:49 2015 Originally opened as https://github.com/allenai/okcorpus/pull/169


It's less code, and it's faster!

It means you have to wait longer until you can see your first table, but while the tables are being loaded the app was pretty much unresponsive anyways, because the browser bogs down when you have more than 4 things going on at the same time.

Thanks for reviewing!


dirkgr included the following code: https://github.com/allenai/okcorpus/pull/169/commits

sbhaktha commented 8 years ago

Comment by jkinkead Thu Jul 23 20:50:20 2015


Just one question - LGTM, and mere when you're ready!