Hi,
I'm working on my CouchDB with Python, cause I love python. The problem is: On my machine (it's a Seagate Dockstar) it's quite slow. How can I increase the speed?
a) I've tried to use psyco. It's not available for that plattform. b) I've tried to put the imports outside my function-definitons. This doesn't work since the couchpy throws an error because in the file there's not a parsable function.
What else should be possible? I don't want to learn erlang...