home *** CD-ROM | disk | FTP | other *** search
- The following table will given you some idea on the time it takes to
- execute 3 of the examples for the IRIT solid modeller. They are only rough
- tests but are good enough to give you an idea. You should consider SOLID1 a
- simple case, SOLID3 a middle one, and SOLID2 a heavy one. I think SOLID2
- is about the maximum you can do in the 640k limit... Note that most of the
- time is consumed by the Booleans and freeform constructors are quite fast.
-
-
- SOLID1 | SOLID2 | SOLID3 |
- ------------+------------+------------+--------------------------------------
- 120 | 5800 | 2350 | IBM PC XT 8Mhz (8088), no 8087.
- ------------+------------+------------+--------------------------------------
- 30 | 1000 | 250 | IBM PC AT 16Mhz (80386), no 80x87.
- ------------+------------+------------+--------------------------------------
- 11 | 290 | 70 | IBM PC AT 12Mhz (80286), with 80287.
-