Files
rippled/src/ripple
Mark Travis 5e4dac41a7 Optimize SQL queries used in handling account_tx:
Profiling and research indicates that the SQLite query planner executed
our existing SQL queries sub-optimally by not using the index efficiently.

Restructuring the SQL query works around this issue and allows queries
to be executed efficiently and without unnecessary delay.
2018-01-04 04:41:00 -08:00
..
2017-11-29 17:57:58 -05:00
2017-03-06 14:59:32 -05:00
2017-12-14 16:04:04 -08:00
2017-07-11 12:18:53 -04:00
2017-11-29 17:39:57 -05:00
2017-07-11 12:18:17 -04:00
2017-12-15 13:06:10 -05:00
2017-07-11 12:18:53 -04:00
2017-11-29 17:39:57 -05:00
2013-11-15 11:29:45 -08:00

Newest Style

Each folder contains a single module following the newest style:

  • One class per header
  • As much implementation hidden as possible
  • All major interfaces are abstract
  • Every class is documented
  • Each module focuses on solving one problem