Files
xahaud/src/ripple
JoelKatz 6b09e49c08 Increase the size of the tree cache:
This change will not significantly increase memory consumption
because most entries are pinned anyway.
2014-09-05 11:48:00 -07:00
..
2014-09-04 16:51:31 -07:00
2014-09-04 16:51:31 -07:00
2014-09-04 16:51:31 -07:00
2014-09-04 16:11:44 -07:00
2014-09-04 16:51:31 -07:00
2014-06-03 21:43:59 -07:00
2014-09-04 16:51:31 -07:00
2014-09-04 16:51:31 -07: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