mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-05 23:20:19 +00:00
1 line
9.2 KiB
JSON
1 line
9.2 KiB
JSON
[{"user_id": 1, "stars": [], "topic_id": 3515, "date_created": 1297498592.626632, "message": "I'm curious about this too.", "group_id": 292, "id": 86419}, {"user_id": 4383, "stars": [], "topic_id": 3515, "date_created": 1297517219.632987, "message": "I'm less curious about who is doing it (though it does matter) and rather what issue they had/are having.", "group_id": 292, "id": 86946}, {"user_id": 7, "stars": [], "topic_id": 3515, "date_created": 1297520322.4031751, "message": "I know Jacob has Django on PyPy in production. Fijal (bit of a special case, admittingly) is using it for telescopes or something in production :)", "group_id": 292, "id": 86970}, {"user_id": 7512, "stars": [], "topic_id": 3515, "date_created": 1297525222.1081679, "message": "Why would one like to use PyPy over CPython? Is it faster? Easier to deploy?", "group_id": 292, "id": 87022}, {"user_id": 7, "stars": [{"date_created": 1297539413.6386819, "user_id": 1736}], "topic_id": 3515, "date_created": 1297525610.9101779, "message": "speeeed is the main thing", "group_id": 292, "id": 87030}, {"user_id": 1152, "stars": [{"date_created": 1297539412.35675, "user_id": 1736}], "topic_id": 3515, "date_created": 1297530696.942003, "message": "Speed is the driving force behind using something like PyPy - but @gregmuellegger - what's hard about deployment with cpython?", "group_id": 292, "id": 87110}, {"user_id": 7512, "stars": [], "topic_id": 3515, "date_created": 1297532347.719506, "message": "@jessenoller cannot think of any :-) cpython is usually preinstalled in most server environments. Maybe there are situation where cpython is not available? ... hm yeah, jython. Running PyPy on Jython?", "group_id": 292, "id": 87148}, {"user_id": 7512, "stars": [], "topic_id": 3515, "date_created": 1297532401.005784, "message": "Ok just to clarify PyPy is a python implementation, written in python. So it means it needs a Python interpreter like CPython or Jython or IronPython first to be able to run PyPy, right?", "group_id": 292, "id": 87149}, {"user_id": 7, "stars": [], "topic_id": 3515, "date_created": 1297532421.9938791, "message": "Not exactly.", "group_id": 292, "id": 87151}, {"user_id": 7, "stars": [{"date_created": 1297536858.0867519, "user_id": 7512}, {"date_created": 1297539408.861191, "user_id": 1736}], "topic_id": 3515, "date_created": 1297532438.7367821, "message": "Yes it's written in Python, but more accurately \"RPython\" which is a subset of PYthon we can efficiently compile to C", "group_id": 292, "id": 87152}, {"user_id": 7, "stars": [], "topic_id": 3515, "date_created": 1297532444.499584, "message": "(and other targets)", "group_id": 292, "id": 87153}, {"user_id": 7, "stars": [{"date_created": 1297532460.320689, "user_id": 1}], "topic_id": 3515, "date_created": 1297532454.689218, "message": "so you have a normal pypy binary like you would have a CPython one", "group_id": 292, "id": 87154}, {"user_id": 7512, "stars": [], "topic_id": 3515, "date_created": 1297532499.4563479, "message": "Cool. Makes more sense now for me. Thanks", "group_id": 292, "id": 87155}, {"user_id": 7, "stars": [], "topic_id": 3515, "date_created": 1297540828.2215271, "message": "you also need a C compiler to build PyPy :D", "group_id": 292, "id": 87392}, {"user_id": 1736, "stars": [{"date_created": 1297600572.879905, "user_id": 8271}], "topic_id": 3515, "date_created": 1297539404.3105581, "message": "You need a Python interpreter to build PyPy in the same way you need a C compiler to build CPython, doesn't mean you need it at runtime.", "group_id": 292, "id": 87374}, {"user_id": 4989, "stars": [{"date_created": 1297543601.0442669, "user_id": 1}], "topic_id": 3515, "date_created": 1297543479.6995699, "message": "@alex heh, just read about object spaces in PyPy and saw lazy evaluation and tainted objects \u2014this is great!", "group_id": 292, "id": 87468}, {"user_id": 1736, "stars": [], "topic_id": 3515, "date_created": 1297551190.637681, "message": "@alex That didn't help the analogy :-P", "group_id": 292, "id": 87808}, {"user_id": 8170, "stars": [], "topic_id": 3515, "date_created": 1297594161.664227, "message": "You don't *need* a C compiler (do you?). You need a backend target. But that could be Java, .net/CLI, or LLVM, rather than C, couldn't it?", "group_id": 292, "id": 89805}, {"user_id": 8391, "stars": [], "topic_id": 3515, "date_created": 1297611272.3845429, "message": "Is it ready for prime time?", "group_id": 292, "id": 91457}, {"user_id": 8391, "stars": [], "topic_id": 3515, "date_created": 1297611277.2316771, "message": "I thought they had a ways to go", "group_id": 292, "id": 91458}, {"user_id": 7, "stars": [], "topic_id": 3515, "date_created": 1297610928.4744551, "message": "Weeel, LLVM is unmaintained AFAIK, and JVM and CLI only work on a branch", "group_id": 292, "id": 91450}, {"user_id": 7, "stars": [], "topic_id": 3515, "date_created": 1297614268.6941299, "message": "We consider the JIT on 32 and 64 bit to be production ready.", "group_id": 292, "id": 91708}, {"user_id": 7, "stars": [], "topic_id": 3515, "date_created": 1297614311.2397239, "message": "For example, the PyPy translator (200k lines of Python) we run exclusively on top of PyPy because its so much faster", "group_id": 292, "id": 91714}, {"user_id": 7, "stars": [], "topic_id": 3515, "date_created": 1297623536.7757919, "message": "did someone delete a message here?", "group_id": 292, "id": 92859}, {"user_id": 7, "stars": [], "topic_id": 3515, "date_created": 1297624712.5866699, "message": "it confused me", "group_id": 292, "id": 92903}, {"user_id": 1736, "stars": [], "topic_id": 3515, "date_created": 1297624637.9761059, "message": "yes", "group_id": 292, "id": 92897}, {"user_id": 7, "stars": [], "topic_id": 3515, "date_created": 1297624711.122612, "message": ":) convore still showed one message here", "group_id": 292, "id": 92902}, {"user_id": 2207, "stars": [], "topic_id": 3515, "date_created": 1297657474.3847671, "message": "would love to hear more about django on pypy in production - difficulty of setup and maintenance, memory footprint, and benefits/downsides.", "group_id": 292, "id": 96134}, {"user_id": 7, "stars": [], "topic_id": 3515, "date_created": 1297659349.9835441, "message": "setup should be about the same as CPython, presuming your using gunicorn", "group_id": 292, "id": 96314}, {"user_id": 7, "stars": [], "topic_id": 3515, "date_created": 1297659359.8747339, "message": "make a virtualenv using PyPy, install gunicorn; do your thing", "group_id": 292, "id": 96317}, {"user_id": 7, "stars": [], "topic_id": 3515, "date_created": 1297659378.365015, "message": "memory footprint I would expect to be larger, and performance better (and when it's not, let us know!)", "group_id": 292, "id": 96321}, {"user_id": 1736, "stars": [], "topic_id": 3515, "date_created": 1297665006.3777721, "message": "@alex Is your Postgres driver a part of PyPy now? Also I would assume sqlite is supported since thats just in the stdlib?", "group_id": 292, "id": 96666}, {"user_id": 7, "stars": [], "topic_id": 3515, "date_created": 1297665265.2831881, "message": "@coderanger sqlite is supported; there's a cx_Oracle port in pypy, my psycopg is still external", "group_id": 292, "id": 96675}, {"user_id": 1736, "stars": [], "topic_id": 3515, "date_created": 1297667809.0158651, "message": "@alex Can I install it separately or would I have to install PyPy from your branch?", "group_id": 292, "id": 96806}, {"user_id": 7, "stars": [], "topic_id": 3515, "date_created": 1297668485.3757479, "message": "@coderanger unfortunately ATM RPython modules must be compiled with the pypy binary, and can't be loaded as shared objects", "group_id": 292, "id": 96836}, {"user_id": 8391, "stars": [], "topic_id": 3515, "date_created": 1298509592.938163, "message": "The future is bright. I look forward to the day PyPy is faster than both C and Java.", "group_id": 292, "id": 194561}, {"user_id": 7, "stars": [{"date_created": 1298509676.5529981, "user_id": 8391}, {"date_created": 1298541153.1050341, "user_id": 257}, {"date_created": 1298550205.8509541, "user_id": 2482}], "topic_id": 3515, "date_created": 1298508825.6524999, "message": "From the same people who brought you \"running numerical code 50x faster\" we bring you, running Tornado 2x faster: http://www.reddit.com/r/Python/comments/fr4w9/benchmarking_go_and_python_web_servers/c1i2of9", "group_id": 292, "id": 194412}, {"user_id": 3748, "stars": [], "topic_id": 3515, "date_created": 1298513608.7428181, "message": "What is the hello in tornado/pypy doing in every request? What happen when some kind of i/o is implied ?", "group_id": 292, "id": 194860}, {"user_id": 7, "stars": [], "topic_id": 3515, "date_created": 1298513696.8274939, "message": "Not sure I understand the question", "group_id": 292, "id": 194863}, {"user_id": 3748, "stars": [], "topic_id": 3515, "date_created": 1298515894.186105, "message": "ok", "group_id": 292, "id": 194949}, {"user_id": 3748, "stars": [], "topic_id": 3515, "date_created": 1298515826.5952151, "message": "@alex what is the test doing in every request? a simple returning \"hello world\"? or anything more complex?", "group_id": 292, "id": 194947}, {"user_id": 7, "stars": [], "topic_id": 3515, "date_created": 1298515886.885679, "message": "@jdaguilera take a look at the article, it contains the exact code", "group_id": 292, "id": 194948}] |