Viewing profile — mike_r_parsons
mike_r_parsons
HN member- Joined
- Fri, Apr 10, 2015, 5:10 PM UTC
- HN karma
- 28
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About mike_r_parsons
No profile information was provided.
Recent public activity
-
comment
Comment #44104697
You can already do this ... https://sql.js.org/#/?id=api-documentation:~:text=//%20You%2...
-
comment
Comment #42004360
Is this (size) an issue in the real world?
-
comment
Comment #41992947
I really don't know what problem(s) this solves. Don't all the javascript runtimes already have wasm engines built into the runtimes?
-
comment
Comment #37665276
How does this compare to the following? create table testInt(num Integer); WITH n(n) AS(SELECT 1 UNION ALL SELECT n+1 FROM n WHERE n On my machine - Mac Mini 3 GHz Dual-Core Intel …
- comment
-
comment
Comment #34064745
30 network requests and 13 script requests to display some text on a page??? Surely this is not the most efficient way to do this???
-
comment
Comment #31050996
This is awesome!
-
comment
Comment #26768661
How big is the sqlite database you are using? Here is a similar project you might be interested in. https://datasette.io/
-
comment
Comment #18485099
websocketd - Turn any command that uses stdin into a web socket server (i.e. connect to it from any browser) https://github.com/joewalnes/websocketd sqlite shell - https://www.sqli…
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #12853317
http://nodeca.github.io/pako/ http://pieroxy.net/blog/pages/lz-string/index.html
-
comment
Comment #9355700
Don't get mislead by the "lite" in sqlite. I can do about 200k sql requests per second with a sqlite inmemory db and node.js