mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-21 15:40:58 +00:00
1 line
5.8 KiB
JSON
1 line
5.8 KiB
JSON
[{"user_id": 7, "stars": [], "topic_id": 1488, "date_created": 1296453546.622304, "message": "@ericflo I've already done psycopg2, I guess I'll do redis next, the real problem is that each of these still needs to be translated WITH pypy", "group_id": 81, "id": 38993}, {"user_id": 7, "stars": [], "topic_id": 1488, "date_created": 1296453553.6264989, "message": "which is a real nonstarter for reald ev IMO", "group_id": 81, "id": 38994}, {"user_id": 1, "stars": [], "topic_id": 1488, "date_created": 1296453632.750906, "message": "@alex Yeah I think you're right, needs to be dynamically loaded or something", "group_id": 81, "id": 39002}, {"user_id": 1, "stars": [], "topic_id": 1488, "date_created": 1296453641.54145, "message": "@alex You think that's going to be hard?", "group_id": 81, "id": 39003}, {"user_id": 7, "stars": [], "topic_id": 1488, "date_created": 1296453660.911257, "message": "the issue isn't the dynamic loading part", "group_id": 81, "id": 39008}, {"user_id": 1, "stars": [], "topic_id": 1488, "date_created": 1296453290.754734, "message": "https://github.com/pietern/hiredis-py", "group_id": 81, "id": 38956}, {"user_id": 1, "stars": [], "topic_id": 1488, "date_created": 1296453295.3959069, "message": "Looks like a pretty sweet project", "group_id": 81, "id": 38957}, {"user_id": 1, "stars": [], "topic_id": 1488, "date_created": 1296453376.859915, "message": "Still super early days though", "group_id": 81, "id": 38964}, {"user_id": 7, "stars": [], "topic_id": 1488, "date_created": 1296453468.06498, "message": "not as fast as if I write a pypy equivilant that gets all inlined and shit ;)", "group_id": 81, "id": 38980}, {"user_id": 7, "stars": [], "topic_id": 1488, "date_created": 1296453655.5423541, "message": "there's been 2 failed attempts already :( so its non-trivial", "group_id": 81, "id": 39006}, {"user_id": 7, "stars": [], "topic_id": 1488, "date_created": 1296453732.054543, "message": "Personally I think even if it requires the full PyPy source code to translate a module but allows it to be dynamically loadable that's a start.", "group_id": 81, "id": 39020}, {"user_id": 7, "stars": [{"date_created": 1296453804.058331, "user_id": 1}], "topic_id": 1488, "date_created": 1296453763.374337, "message": "But it may not be that simple, it is the #1 bug to making PyPy my goto VM though, because frankly I'll port anything I need :D", "group_id": 81, "id": 39024}, {"user_id": 1, "stars": [], "topic_id": 1488, "date_created": 1296453305.5953679, "message": "hiredis is apparently a c library for calling into Redis", "group_id": 81, "id": 38958}, {"user_id": 1, "stars": [], "topic_id": 1488, "date_created": 1296453313.47644, "message": "And this is a thin wrapper around it", "group_id": 81, "id": 38959}, {"user_id": 1, "stars": [], "topic_id": 1488, "date_created": 1296453318.481586, "message": "Looks to be ultra fast", "group_id": 81, "id": 38960}, {"user_id": 7, "stars": [], "topic_id": 1488, "date_created": 1296453385.2604189, "message": "does it still use the network protocol though?", "group_id": 81, "id": 38965}, {"user_id": 1, "stars": [], "topic_id": 1488, "date_created": 1296453439.550833, "message": "@alex I don't know what you mean. What's the alternative? It doesn't attach to the redis process or anything like that.", "group_id": 81, "id": 38975}, {"user_id": 7, "stars": [], "topic_id": 1488, "date_created": 1296453465.469151, "message": "@ericflo ok that's what I figured, just was confused by \"calling into\" :)", "group_id": 81, "id": 38979}, {"user_id": 1, "stars": [], "topic_id": 1488, "date_created": 1296453514.274158, "message": "@alex Dude, a redis client written in rpython would be hot", "group_id": 81, "id": 38987}, {"user_id": 7, "stars": [], "topic_id": 1488, "date_created": 1296453664.450702, "message": "its the translation part though", "group_id": 81, "id": 39010}, {"user_id": 1, "stars": [], "topic_id": 1488, "date_created": 1296453685.8529251, "message": "@alex Ahh I see", "group_id": 81, "id": 39016}, {"user_id": 213, "stars": [{"date_created": 1296548631.636457, "user_id": 1}], "topic_id": 1488, "date_created": 1296548576.46629, "message": "@ericflo been playing with it yesterday and am already impressed by the benchmark", "group_id": 81, "id": 40962}, {"user_id": 213, "stars": [{"date_created": 1296548632.5246971, "user_id": 1}], "topic_id": 1488, "date_created": 1296548587.681633, "message": "this will be awesome", "group_id": 81, "id": 40963}, {"user_id": 1, "stars": [], "topic_id": 1488, "date_created": 1296549256.551466, "message": "What does the API look like? From what I can tell it's just one function? I'm kind of confused.", "group_id": 81, "id": 40992}, {"user_id": 213, "stars": [], "topic_id": 1488, "date_created": 1296549301.178695, "message": "yeah, it's not much at the moment, only the reader, I'm assuming it's just the start", "group_id": 81, "id": 40995}, {"user_id": 1, "stars": [], "topic_id": 1488, "date_created": 1296549326.676816, "message": "Yeah, ok, just making sure I'm not missing anything", "group_id": 81, "id": 40996}, {"user_id": 213, "stars": [], "topic_id": 1488, "date_created": 1296549420.4654801, "message": "yah, it's not complete at all yet, but I guess the major hurdle is writing the actual hiredis wrapper", "group_id": 81, "id": 41002}, {"user_id": 213, "stars": [{"date_created": 1296549543.7947581, "user_id": 1}], "topic_id": 1488, "date_created": 1296549449.4668739, "message": "anything else is (even in normal redis-py) just porcelain", "group_id": 81, "id": 41004}, {"user_id": 1, "stars": [], "topic_id": 1488, "date_created": 1296549449.7930231, "message": "Sounds awesome. If it's really that much faster we'll switch Convore to use it once it's ready.", "group_id": 81, "id": 41005}, {"user_id": 213, "stars": [], "topic_id": 1488, "date_created": 1296549725.746336, "message": "yah, I hope I have a bit of time this week to hack on it", "group_id": 81, "id": 41019}] |