diesire / atom-oracle-format

Atom SQL formatter using Oracle SQL Developer
https://atom.io/packages/oracle-format
MIT License
1 stars 0 forks source link

Performance improvement #1

Closed diesire closed 8 years ago

diesire commented 8 years ago

Underlaying sdcli takes so much time to run, but maybe there are some room for improvements. Compare different alternatives to BufferedProcess

diesire commented 8 years ago

Just saw BufferedProcess API and looks :+1:, its build on top of node child-process.spawn. There is little room for optimizations.

At the same time, playing with sdcli I've found that formating an entire folder takes the same amount of time that a single file

diesire commented 8 years ago

Could be interesting change editor formating to file formatting


diesire commented 8 years ago