JetBrains / ruby-type-inference

Dynamic definitions and types provider for ruby static analysis
Apache License 2.0
137 stars 7 forks source link

Get rid of DAO in storage routines #27

Open valich opened 6 years ago

valich commented 6 years ago

Using DAO is much slower than working with tables directly. Also, it brings unneeded complexity to some queries execution.