andreiDamoc / googletransitdatafeed

Automatically exported from code.google.com/p/googletransitdatafeed
0 stars 0 forks source link

Support for jython. #245

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Is it possible to use transitfeed under jython?

The only compatibility problem as far as I can see is that jython does not 
support sqlite, however, there is DB-API 2 compliant substitute and here is an 
example of how to use it:

http://wiki.python.org/jython/DatabaseExamples#SQLiteusingziclix

Would it be possible to add support for jython?

Original issue reported on code.google.com by celil...@gmail.com on 19 Jul 2010 at 2:44

GoogleCodeExporter commented 8 years ago
Interesting idea. Do you think running in jython will use less RAM or CPU?

Patches are always welcome ;-)

Original comment by tom.brow...@gmail.com on 19 Jul 2010 at 5:25

GoogleCodeExporter commented 8 years ago
Jython uses more CPU and RAM than CPython, so that's not a reason to switch to 
it. The main advantage of Jython is that it is much easier to integrate it with 
java code, and one can easily call compiled java classes and functions without 
having to write complicated bindings as in the case of CPython and C. 

Original comment by dzhe...@gmail.com on 19 Jul 2010 at 11:18

GoogleCodeExporter commented 8 years ago
Moved to https://github.com/google/transitfeed/issues/245

Original comment by bdfer...@google.com on 8 Oct 2014 at 12:19