Next: About this document
Up: No Title
Previous: 7 Description of the
- Currently, nbody is rather slow. The force calculation routine runs
at the speed essentially the same as that of v_code , but tree
constraction phase take roughly twice longer time. This is because the
qsort(3) routine used in BHtree.C is less than optimal. A
handcoded version would significantly improve the performance.
- The source code needs some cleaning up... It's mostly not
documented and not easily understandable.
- snapshot input and output should be taken from standard input
and output. However, then, what shall we do with the log output? Of
course, the starlab format solves the problem, but it's a bit too
large...
Jun Makino
Wed Feb 10 17:06:12 JST 1999