rasguanabana / ytfs

YouTube File System
MIT License
1.1k stars 45 forks source link

Rewrite not on python #11

Closed Newlifer closed 9 years ago

Newlifer commented 9 years ago

Python is slow.

rasguanabana commented 9 years ago

I don't think it would improve much. The slowest thing here is obtaining data from the Internet, not Python interpreter itself. Dropping heavy youtube-dl dependency might bring some enhancement.

Anyway, I'll stay with Python.