Benchmarks run. V2 script updated

This commit is contained in:
mmcwilliams 2020-05-25 18:11:19 -04:00
parent 002874282d
commit 90e7a173fd
7 changed files with 191 additions and 28 deletions

View File

@ -257,4 +257,10 @@ if (PART == "spiral") {
gnal_100ft_top();
} else if (PART == "spacer") {
gnal_spacer();
}
} else if (PART == "insert_s8") {
gnal_spiral_bottom_insert_s8();
} else if (PART == "insert_16") {
gnal_spiral_bottom_insert_16();
} else if (PART == "spacer_16") {
gnal_spacer_16();
}

View File

@ -179,6 +179,12 @@ if (PART == "spiral") {
gnal_50ft_top();
} else if (PART == "spacer") {
gnal_spacer();
} else if (PART == "insert_s8") {
gnal_spiral_bottom_insert_s8();
} else if (PART == "insert_16") {
gnal_spiral_bottom_insert_16();
} else if (PART == "spacer_16") {
gnal_spacer_16();
}

View File

@ -23,30 +23,38 @@ Good question!
**50ft/15m**
**100ft/30m**
* [Spiral]()
* [Top]()
* [Top Spacer]()
* [Bottom Spiral Insert]()
* [Bottom Spiral Spacer]()
* [Bottom Spiral Insert S8]()
* [Bottom Spiral Insert 16mm]()
* [Bottom Spacer 16mm]()
**100ft/30m**
* [Spiral]()
* [Top]()
* [Top Spacer]()
* [Bottom Spiral Insert S8]()
* [Bottom Spiral Insert 16mm]()
* [Bottom Spacer 16mm]()
## V1 STL Files
**50ft/15m**
* [Top](dist/50ft_v1/gnal_50ft_top.scad)
* [Spacer](dist/50ft_v1/gnal_50ft_top)
* [Top Spiral](dist/50ft_v1/gnal_50ft_top)
* [Top Spiral](dist/50ft_v1/gnal_50ft_top)
* [Bottom Spiral](dist/50ft_v1/gnal_50ft_bottom_spiral.stl)
* [Top Spiral](dist/50ft_v1/gnal_50ft_top_spiral.stl)
* [Top](dist/50ft_v1/gnal_50ft_top.stl)
* [Spacer](dist/50ft_v1/gnal_50ft_spacer.stl)
**100ft/30m**
* [Top](dist/100ft_v1/gnal_100ft_top.scad)
* [Spacer](dist/100ft_v1/gnal_100ft_top)
* [Top Spiral](dist/100ft_v1/gnal_100ft_top)
* [Top Spiral](dist/100ft_v1/gnal_100ft_top)
* [Bottom Spiral](dist/100ft_v1/gnal_100ft_bottom_spiral.stl)
* [Top Spiral](dist/100ft_v1/gnal_100ft_top_spiral.stl)
* [Top](dist/100ft_v1/gnal_100ft_top.stl)
* [Spacer](dist/100ft_v1/gnal_100ft_spacer.stl)
-----
@ -56,14 +64,14 @@ The diameter of these spiral reels limit the number of printers that are capable
**50ft/15m Capable**
[Printers with print bed > 225mm x 225mm](https://www.aniwaa.com/comparison/3d-printers/?sort=price&order=asc&filter_search&filter_price_minimum&filter_price_maximum&filter_build_size_width=225&filter_build_size_height=225&filter_build_size_depth)
[aniwaa.com Search: Printers with print bed > 225mm x 225mm](https://www.aniwaa.com/comparison/3d-printers/?sort=price&order=asc&filter_search&filter_price_minimum&filter_price_maximum&filter_build_size_width=225&filter_build_size_height=225&filter_build_size_depth)
**100ft/30m Capable**
* [Creality Ender 5 Plus](https://www.creality3d.shop/collections/3d-printer/products/creality3d-ender-5-plus-3d-printer) ***Tested***
*
* []()
[Printers with print bed > 300mm x 300mm](https://www.aniwaa.com/comparison/3d-printers/?filter_search&filter_price_minimum&filter_price_maximum&filter_build_size_width=300&filter_build_size_height=300&filter_build_size_depth)
[aniwaa.com Search: Printers with print bed > 300mm x 300mm](https://www.aniwaa.com/comparison/3d-printers/?filter_search&filter_price_minimum&filter_price_maximum&filter_build_size_width=300&filter_build_size_height=300&filter_build_size_depth)
There are people printing spirals in sections on smaller printers, but that is not a recommended use of these files as it requires extreme precision to reconstruct the parts into a reel that will load smoothly. Another thing to consider is the longevity of the bond made by the adhesive you choose. Don't let that stop you, though. A multi-part printed reel is just not a priority for *this* particular project.
@ -71,16 +79,18 @@ There are people printing spirals in sections on smaller printers, but that is n
## Material
PETG is the recommended plastic for printing the GNAL. Since this is a piece of darkroom equipment its exposure to water and photochemistry is inevetable and should be considered first. PETG (Polyethylene terephthalate glycol) is a copolymer of PET, which is a plastic that's typically encountered in plastic bottles and food containers. By prioritizing the material
PETG is the recommended plastic for printing the GNAL. Since this is a piece of darkroom equipment its exposure to water and photochemistry is inevitable and should be considered first. PETG (Polyethylene terephthalate glycol) is a copolymer of PET, which is a plastic that's typically encountered in plastic bottles and food containers. By prioritizing the material
ABS is a viable option but has more tendency to warp on larger prints without proper temperature control around the print bed. Since this model needs to be consistently flat across the bottom of the reel,
PLA is not recommended but this doesn't mean you can't get an acceptable results with it. The lack of endorsement comes from mostly anecdotal experience witnessing the wear and tear of water on PLA. Biodegradable and pourous, PLA prints will wear down in the weakest parts first and on this model that would be the spiral. If you do not need your processing equipment to last a long time
PLA is not recommended but this doesn't mean you can't get an acceptable results with it. The lack of endorsement comes from mostly anecdotal experience witnessing the wear and tear of water on PLA. Biodegradable and porous, PLA prints will wear down in the weakest parts first and on this model that would be the spiral. If you do not need your processing equipment to last a long time
-----
## Development
This project can be edited with only OpenSCAD and the source files in the `v1` or `v2` directories which make reference to files from `libraries`. If you wish to run the development scripts you should install the following dependencies.
### Dependencies
* Bash
@ -91,7 +101,13 @@ PLA is not recommended but this doesn't mean you can't get an acceptable results
Running either of the two scripts, either `scripts/v1.sh` or `scripts/v2.sh`, will start an OpenSCAD build process of all components and will log stats about the resulting files and render times to `notes/v1.csv` or `notes/v2.csv`.
Keep in mind that V1 compile times are extremely long and will use an entire CPU core at 100% utilization while rendering. It's best to run these scripts in the background on a powerful machine or better yet, not at all. See the `dist` folder for pre-compiled STL files for 3D printing.
Keep in mind that V1 compile times are extremely long and all scripts will use an entire CPU core at 100% utilization while rendering. It's best to run these scripts in the background on a powerful machine or better yet, not at all. See the `dist` folder for pre-compiled STL files for 3D printing.
These scripts will render STL files, PNG images of the files and then
### Benchmarks
The `scripts/benchmark.sh` script will run various tests on the different approaches to generating spirals in the `spiral` directory.
-----
@ -99,7 +115,7 @@ Keep in mind that V1 compile times are extremely long and will use an entire CPU
### V1
Intended to be mostly compatable with existing processing spirals with some caveats. The spacer that is typically threaded has been replaced by a friction fit spacer so they are not interchangable.
Intended to be mostly compatible with existing processing spirals with some caveats. The spacer that is typically threaded has been replaced by a friction fit spacer so they are not interchangeable.
This version is designed to fit in existing tanks and use the same spindle screws.
@ -107,15 +123,15 @@ In the process of building this first version several approaches were evaluated
Besides the exhausting render times this approach bugged me for one reason: all facets of the spiral were the same size, meaning that the small diameter inner parts of the spiral were packing in millions of unnecessary polygons to allow for the large diameter parts of the spiral to be smooth. This didn't sit well. How many CPU hours are being burned by adding detail to a place that doesn't matter. Answer: a lot.
Finally an external library called [`path_extrude.scad`](https://github.com/gringer/bioinfscripts/blob/master/path_extrude.scad) by [@gringer](https://github.com/gringer) was brought in to handle the complicated spiral extrusion step. A simple function that plots a spiral in Cartesian coordinates is used to draw the path and a 2D triangle is extruded along it by the library.
Finally an external library called [`path_extrude.scad`](https://github.com/gringer/bioinfscripts/blob/master/path_extrude.scad) by [@gringer](https://github.com/gringer) was brought in to handle the complicated spiral extrusion step. A simple function that plots a spiral in Cartesian coordinates is used to draw the path and a 2D triangle is extruded along it by the library. This allowed for the path to be drawn at a consistent "resolution" throughout the entire spiral, so the facets of the outermost and innermost parts were the same or extremely similar.
Reduced to a single line in order to generate an array of coordinates.
Here is that function reduced to a single line in order to generate an array of coordinates.
```
spiralPath = [ for(t = [0 : $fn + 1]) [((d / 2) + (t * increment)) * cos(t * angle_i), ((d / 2) + (t * increment)) * sin(t * angle_i), 0] ];
```
The experimentation in this version predate this particular git repo and so will not be found in the git history, but you can find the vestigial functions in the code with such helpful module names as `spiral()` and `spiral2()` and so on.
The experimentation in this version predate this particular git repo and so will not be found in the git history, but you can find the vestigial functions in the `spiral` directory used for benchmarking different approaches.
#### Render Stats
@ -147,7 +163,9 @@ Rendered using OpenSCAD version 2019.05 on a 2.2 GHz Core i7 (I7-4770HQ) chip ru
### V3
The goals of V3 are to **greatly** optimize the spiral generation code for speed and to restore the feature of the V1 spiral which maintains a consistent size of individual facets throughout the spiral as the diameter changes.
The goals of V3 are to **greatly** optimize the spiral generation code for speed and to restore the feature of the V1 spiral which maintains a consistent size of individual facets throughout the spiral even as the diameter changes. This will be considered a stable release.
This version will also contain a 4x reel stacking feature so that all models can be stacked with 3 spiral reels and a top piece. That will give 200ft capacity to the 50ft model and 400ft capacity to the 100ft model.
## License

View File

@ -141,7 +141,7 @@ module spiral_bottom_insert_void () {
}
}
module spiral_bottom_insert_s8 () {
module gnal_spiral_bottom_insert_s8 () {
$fn = 160;
void_d = 18 - .3;
H = 17;
@ -174,7 +174,7 @@ module spiral_bottom_insert_s8 () {
}
}
module spiral_bottom_insert_16 () {
module gnal_spiral_bottom_insert_16 () {
$fn = 160;
void_d = 18 - .3;
@ -279,7 +279,7 @@ module gnal_spacer () {
}
}
module spacer_16 () {
module gnal_spacer_16 () {
core_d = 29.5;
core_bottom_d = 26.2 + .2;
void_d = 18;

120
notes/benchmark.csv Normal file
View File

@ -0,0 +1,120 @@
version,cpu,date,source,diameter,rotations,fn,size,facets,volume,time
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590257297,spiral_1.scad,47,1,100,600972,3336,381.905853,11
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590257297,spiral_1.scad,225,1,100,803707,4492,1801.689819,13
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590257297,spiral_1.scad,300,1,100,803720,4514,2399.897217,13
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590257297,spiral_1.scad,47,2,100,1208982,6706,795.789734,31
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590257297,spiral_1.scad,225,2,100,1606362,8980,3621.282471,35
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590257297,spiral_1.scad,300,2,100,1647731,9242,4811.801758,35
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590257297,spiral_1.scad,47,5,100,3299087,18290,2251.599365,90
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590257297,spiral_1.scad,225,5,100,4104104,22926,9294.243164,104
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590257297,spiral_1.scad,300,5,100,4080931,22910,12261.650391,106
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590257297,spiral_1.scad,47,10,100,7409653,41064,5391.819336,209
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590257297,spiral_1.scad,225,10,100,8398250,46902,19462.734375,244
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590257297,spiral_1.scad,300,10,100,7985068,44890,25391.878906,238
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590257297,spiral_1.scad,47,20,100,15661917,86774,14349.499023,583
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590257297,spiral_1.scad,225,20,100,16761859,93756,42476.390625,653
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590257297,spiral_1.scad,300,20,100,15509322,87376,54329.035156,616
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590257297,spiral_2.scad,47,1,100,789816,4450,263.114624,14
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590257297,spiral_2.scad,225,1,100,11168654,63830,1216.353271,1128
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590257297,spiral_2.scad,300,1,100,16605036,95758,1616.316895,4695
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590257297,spiral_2.scad,47,2,100,1688799,9526,549.006348,38
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_1.scad,47,40,100,,,,1113
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_1.scad,47,60,100,,,,385
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_2.scad,47,1,100,789816,4450,263.114624,14
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_2.scad,225,1,100,11168654,63830,1216.353516,1122
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_2.scad,300,1,100,16605036,95758,1616.317627,4698
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_2.scad,47,2,100,1688799,9526,549.006470,37
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_2.scad,225,2,100,,,,3571
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_2.scad,300,2,100,,,,4731
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_2.scad,47,5,100,5346893,30172,1540.823730,168
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_2.scad,225,5,100,,,,6989
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_2.scad,300,5,100,,,,4467
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_2.scad,47,10,100,15349620,86646,3639.441162,855
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_2.scad,225,10,100,,,,4759
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_2.scad,300,10,100,,,,2662
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_2.scad,47,20,100,,,,1659
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_2.scad,225,20,100,,,,2759
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_2.scad,300,20,100,,,,880
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_2.scad,47,40,100,,,,1578
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_2.scad,47,60,100,,,,1298
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_3.scad,47,1,100,134313,804,262.170135,0
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_3.scad,225,1,100,134269,804,1183.955444,0
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_3.scad,300,1,100,134365,804,1572.317627,0
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_3.scad,47,2,100,267846,1604,545.908936,0
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_3.scad,225,2,100,267837,1604,2389.486816,1
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_3.scad,300,2,100,268195,1604,3166.378174,0
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_3.scad,47,5,100,668359,4004,1526.071045,0
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_3.scad,225,5,100,668390,4004,6134.965332,0
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_3.scad,300,5,100,669164,4004,8077.240723,1
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_3.scad,47,10,100,1336635,8004,3589.485596,0
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_3.scad,225,10,100,1336668,8004,12807.394531,1
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_3.scad,300,10,100,1337659,8004,16691.759766,1
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_3.scad,47,20,100,2673096,16004,9328.120117,2
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_3.scad,225,20,100,2673089,16004,27763.302734,2
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_3.scad,300,20,100,2674182,16004,35531.792969,2
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_3.scad,47,40,100,5346008,32004,27252.826172,9
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_3.scad,47,60,100,8019095,48004,53773.640625,22
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_4.scad,47,1,100,79570,476,283.918793,0
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_4.scad,225,1,100,1774211,10620,1264.982422,1
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_4.scad,300,1,100,3152086,18868,1679.437256,3
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_4.scad,47,2,100,175601,1052,585.684998,1
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_4.scad,225,2,100,3611465,21636,2551.925049,53
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_4.scad,300,2,100,6386412,38260,3381.085693,162
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_4.scad,47,5,100,561609,3362,1629.687500,4
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_4.scad,225,5,100,9536133,57130,6550.488281,639
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_4.scad,300,5,100,16636338,99668,8623.676758,2285
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_4.scad,47,10,100,1607691,9624,3830.134521,23
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_4.scad,225,10,100,20840399,124850,13673.706055,4314
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_4.scad,300,10,100,,,,45944
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_4.scad,47,20,100,5726140,34290,9954.101562,344
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_4.scad,225,20,100,,,,181
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_4.scad,300,20,100,,,,235
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_4.scad,47,40,100,26318101,157622,29088.138672,7778
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_4.scad,47,60,100,,,,124
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_5.scad,47,1,100,232086,1388,260.903351,1
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_5.scad,225,1,100,5315474,31812,1184.967529,10
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_5.scad,300,1,100,9448007,56548,1573.830444,29
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_5.scad,47,2,100,507766,3036,545.301697,0
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_5.scad,225,2,100,10831693,64820,2391.967285,39
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_5.scad,300,2,100,19164101,114692,3169.562988,125
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_5.scad,47,5,100,1630973,9756,1528.758545,1
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_5.scad,225,5,100,28611713,171236,6143.282715,348
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_5.scad,300,5,100,49936859,298884,8087.174805,1636
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_5.scad,47,10,100,4711486,28188,3602.101562,8
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_5.scad,225,10,100,62586579,374580,12830.408203,2973
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_5.scad,300,10,100,106885557,639748,16717.662109,10472
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_5.scad,47,20,100,17063278,102092,9377.492188,99
2020.05.23,Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz,1590267611,spiral_5.scad,225,20,100,148461155,888588,27832.597656,21438
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590247138,spiral_1.scad,47,1,100,600972,3336,381.905853,10
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590247138,spiral_1.scad,225,1,100,803707,4492,1801.689819,11
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590247138,spiral_1.scad,300,1,100,803720,4514,2399.896240,12
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590247138,spiral_1.scad,47,2,100,1208982,6706,795.789856,29
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590247138,spiral_1.scad,225,2,100,1606362,8980,3621.283447,32
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590247138,spiral_1.scad,300,2,100,1647731,9242,4811.800781,31
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590247138,spiral_1.scad,47,5,100,3299087,18290,2251.598633,82
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590247138,spiral_1.scad,225,5,100,4104104,22926,9294.237305,94
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590247138,spiral_1.scad,300,5,100,4080931,22910,12261.656250,97
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590247138,spiral_1.scad,47,10,100,7409653,41064,5391.819824,195
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590247138,spiral_1.scad,225,10,100,8398250,46902,19462.746094,227
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590247138,spiral_1.scad,300,10,100,7985068,44890,25391.886719,222
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590247138,spiral_1.scad,47,20,100,15661917,86774,14349.493164,474
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590247138,spiral_1.scad,225,20,100,16761859,93756,42476.359375,505
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590247138,spiral_1.scad,300,20,100,15509322,87376,54329.050781,488
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590247138,spiral_2.scad,47,1,100,789816,4450,263.114594,13
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590247138,spiral_2.scad,225,1,100,11168654,63830,1216.354248,902
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590247138,spiral_2.scad,300,1,100,16605036,95758,1616.317383,2077
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590247138,spiral_2.scad,47,2,100,1688799,9526,549.006531,33
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590255352,spiral_1.scad,300,40,100,32033323,177604,42971.972656,1114
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590255352,spiral_1.scad,300,60,100,48748311,271108,85870.351562,2291
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590255352,spiral_2.scad,225,2,100,22506308,128634,2453.479736,3759
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590267568,spiral_1.scad,47,40,100,32033323,177604,42971.980469,1258
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590267568,spiral_1.scad,47,60,100,48748311,271108,85870.320312,2572
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590267568,spiral_2.scad,300,2,100,33402178,192652,3253.252441,8697
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590267568,spiral_2.scad,47,5,100,5346893,30172,1540.823730,169
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590267568,spiral_2.scad,225,5,100,57179383,327062,6297.545410,20247
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590267568,spiral_2.scad,300,5,100,83902461,484302,8296.177734,43813
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590267568,spiral_2.scad,47,10,100,15349620,86646,3639.441162,855
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590267568,spiral_2.scad,225,10,100,,,,19198
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590267568,spiral_2.scad,300,10,100,,,,31155
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590267568,spiral_2.scad,47,20,100,53782036,304550,9501.577148,7431
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,1590267568,spiral_2.scad,225,20,100,,,,25565
1 version cpu date source diameter rotations fn size facets volume time
2 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590257297 spiral_1.scad 47 1 100 600972 3336 381.905853 11
3 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590257297 spiral_1.scad 225 1 100 803707 4492 1801.689819 13
4 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590257297 spiral_1.scad 300 1 100 803720 4514 2399.897217 13
5 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590257297 spiral_1.scad 47 2 100 1208982 6706 795.789734 31
6 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590257297 spiral_1.scad 225 2 100 1606362 8980 3621.282471 35
7 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590257297 spiral_1.scad 300 2 100 1647731 9242 4811.801758 35
8 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590257297 spiral_1.scad 47 5 100 3299087 18290 2251.599365 90
9 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590257297 spiral_1.scad 225 5 100 4104104 22926 9294.243164 104
10 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590257297 spiral_1.scad 300 5 100 4080931 22910 12261.650391 106
11 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590257297 spiral_1.scad 47 10 100 7409653 41064 5391.819336 209
12 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590257297 spiral_1.scad 225 10 100 8398250 46902 19462.734375 244
13 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590257297 spiral_1.scad 300 10 100 7985068 44890 25391.878906 238
14 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590257297 spiral_1.scad 47 20 100 15661917 86774 14349.499023 583
15 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590257297 spiral_1.scad 225 20 100 16761859 93756 42476.390625 653
16 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590257297 spiral_1.scad 300 20 100 15509322 87376 54329.035156 616
17 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590257297 spiral_2.scad 47 1 100 789816 4450 263.114624 14
18 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590257297 spiral_2.scad 225 1 100 11168654 63830 1216.353271 1128
19 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590257297 spiral_2.scad 300 1 100 16605036 95758 1616.316895 4695
20 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590257297 spiral_2.scad 47 2 100 1688799 9526 549.006348 38
21 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_1.scad 47 40 100 1113
22 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_1.scad 47 60 100 385
23 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_2.scad 47 1 100 789816 4450 263.114624 14
24 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_2.scad 225 1 100 11168654 63830 1216.353516 1122
25 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_2.scad 300 1 100 16605036 95758 1616.317627 4698
26 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_2.scad 47 2 100 1688799 9526 549.006470 37
27 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_2.scad 225 2 100 3571
28 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_2.scad 300 2 100 4731
29 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_2.scad 47 5 100 5346893 30172 1540.823730 168
30 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_2.scad 225 5 100 6989
31 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_2.scad 300 5 100 4467
32 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_2.scad 47 10 100 15349620 86646 3639.441162 855
33 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_2.scad 225 10 100 4759
34 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_2.scad 300 10 100 2662
35 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_2.scad 47 20 100 1659
36 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_2.scad 225 20 100 2759
37 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_2.scad 300 20 100 880
38 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_2.scad 47 40 100 1578
39 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_2.scad 47 60 100 1298
40 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_3.scad 47 1 100 134313 804 262.170135 0
41 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_3.scad 225 1 100 134269 804 1183.955444 0
42 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_3.scad 300 1 100 134365 804 1572.317627 0
43 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_3.scad 47 2 100 267846 1604 545.908936 0
44 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_3.scad 225 2 100 267837 1604 2389.486816 1
45 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_3.scad 300 2 100 268195 1604 3166.378174 0
46 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_3.scad 47 5 100 668359 4004 1526.071045 0
47 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_3.scad 225 5 100 668390 4004 6134.965332 0
48 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_3.scad 300 5 100 669164 4004 8077.240723 1
49 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_3.scad 47 10 100 1336635 8004 3589.485596 0
50 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_3.scad 225 10 100 1336668 8004 12807.394531 1
51 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_3.scad 300 10 100 1337659 8004 16691.759766 1
52 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_3.scad 47 20 100 2673096 16004 9328.120117 2
53 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_3.scad 225 20 100 2673089 16004 27763.302734 2
54 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_3.scad 300 20 100 2674182 16004 35531.792969 2
55 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_3.scad 47 40 100 5346008 32004 27252.826172 9
56 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_3.scad 47 60 100 8019095 48004 53773.640625 22
57 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_4.scad 47 1 100 79570 476 283.918793 0
58 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_4.scad 225 1 100 1774211 10620 1264.982422 1
59 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_4.scad 300 1 100 3152086 18868 1679.437256 3
60 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_4.scad 47 2 100 175601 1052 585.684998 1
61 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_4.scad 225 2 100 3611465 21636 2551.925049 53
62 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_4.scad 300 2 100 6386412 38260 3381.085693 162
63 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_4.scad 47 5 100 561609 3362 1629.687500 4
64 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_4.scad 225 5 100 9536133 57130 6550.488281 639
65 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_4.scad 300 5 100 16636338 99668 8623.676758 2285
66 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_4.scad 47 10 100 1607691 9624 3830.134521 23
67 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_4.scad 225 10 100 20840399 124850 13673.706055 4314
68 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_4.scad 300 10 100 45944
69 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_4.scad 47 20 100 5726140 34290 9954.101562 344
70 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_4.scad 225 20 100 181
71 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_4.scad 300 20 100 235
72 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_4.scad 47 40 100 26318101 157622 29088.138672 7778
73 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_4.scad 47 60 100 124
74 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_5.scad 47 1 100 232086 1388 260.903351 1
75 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_5.scad 225 1 100 5315474 31812 1184.967529 10
76 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_5.scad 300 1 100 9448007 56548 1573.830444 29
77 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_5.scad 47 2 100 507766 3036 545.301697 0
78 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_5.scad 225 2 100 10831693 64820 2391.967285 39
79 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_5.scad 300 2 100 19164101 114692 3169.562988 125
80 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_5.scad 47 5 100 1630973 9756 1528.758545 1
81 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_5.scad 225 5 100 28611713 171236 6143.282715 348
82 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_5.scad 300 5 100 49936859 298884 8087.174805 1636
83 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_5.scad 47 10 100 4711486 28188 3602.101562 8
84 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_5.scad 225 10 100 62586579 374580 12830.408203 2973
85 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_5.scad 300 10 100 106885557 639748 16717.662109 10472
86 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_5.scad 47 20 100 17063278 102092 9377.492188 99
87 2020.05.23 Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz 1590267611 spiral_5.scad 225 20 100 148461155 888588 27832.597656 21438
88 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590247138 spiral_1.scad 47 1 100 600972 3336 381.905853 10
89 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590247138 spiral_1.scad 225 1 100 803707 4492 1801.689819 11
90 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590247138 spiral_1.scad 300 1 100 803720 4514 2399.896240 12
91 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590247138 spiral_1.scad 47 2 100 1208982 6706 795.789856 29
92 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590247138 spiral_1.scad 225 2 100 1606362 8980 3621.283447 32
93 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590247138 spiral_1.scad 300 2 100 1647731 9242 4811.800781 31
94 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590247138 spiral_1.scad 47 5 100 3299087 18290 2251.598633 82
95 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590247138 spiral_1.scad 225 5 100 4104104 22926 9294.237305 94
96 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590247138 spiral_1.scad 300 5 100 4080931 22910 12261.656250 97
97 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590247138 spiral_1.scad 47 10 100 7409653 41064 5391.819824 195
98 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590247138 spiral_1.scad 225 10 100 8398250 46902 19462.746094 227
99 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590247138 spiral_1.scad 300 10 100 7985068 44890 25391.886719 222
100 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590247138 spiral_1.scad 47 20 100 15661917 86774 14349.493164 474
101 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590247138 spiral_1.scad 225 20 100 16761859 93756 42476.359375 505
102 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590247138 spiral_1.scad 300 20 100 15509322 87376 54329.050781 488
103 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590247138 spiral_2.scad 47 1 100 789816 4450 263.114594 13
104 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590247138 spiral_2.scad 225 1 100 11168654 63830 1216.354248 902
105 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590247138 spiral_2.scad 300 1 100 16605036 95758 1616.317383 2077
106 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590247138 spiral_2.scad 47 2 100 1688799 9526 549.006531 33
107 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590255352 spiral_1.scad 300 40 100 32033323 177604 42971.972656 1114
108 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590255352 spiral_1.scad 300 60 100 48748311 271108 85870.351562 2291
109 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590255352 spiral_2.scad 225 2 100 22506308 128634 2453.479736 3759
110 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590267568 spiral_1.scad 47 40 100 32033323 177604 42971.980469 1258
111 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590267568 spiral_1.scad 47 60 100 48748311 271108 85870.320312 2572
112 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590267568 spiral_2.scad 300 2 100 33402178 192652 3253.252441 8697
113 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590267568 spiral_2.scad 47 5 100 5346893 30172 1540.823730 169
114 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590267568 spiral_2.scad 225 5 100 57179383 327062 6297.545410 20247
115 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590267568 spiral_2.scad 300 5 100 83902461 484302 8296.177734 43813
116 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590267568 spiral_2.scad 47 10 100 15349620 86646 3639.441162 855
117 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590267568 spiral_2.scad 225 10 100 19198
118 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590267568 spiral_2.scad 300 10 100 31155
119 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590267568 spiral_2.scad 47 20 100 53782036 304550 9501.577148 7431
120 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz 1590267568 spiral_2.scad 225 20 100 25565

13
notes/v2.csv Normal file
View File

@ -0,0 +1,13 @@
version,cpu,file,file_hash,file_size,source_hash,source_size,facets,volume,render_time
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,./dist/50ft_v2/gnal_50ft_spacer.stl,e575325b14736a33e93f7976ca3494b88070c00c3304fefcdf841d583c5b2513,991452,920245d6ceadd742db1fd9b871b2bb911536a3b14c752159321d5080a2f0752b,6979,5736,2888.150879,22
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,./dist/50ft_v2/gnal_50ft_top.stl,699d66cc91be2996fa50ccbb2d40f9d77a654a3946733d46081753a5bda57f31,2132181,920245d6ceadd742db1fd9b871b2bb911536a3b14c752159321d5080a2f0752b,6979,12624,57937.210938,73
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,./dist/50ft_v2/gnal_50ft_spiral.stl,bfa07a459aee7f4cbb17bd47a3e1ac3d4b1eb245b58df797d1c27081e5132a62,34628449,920245d6ceadd742db1fd9b871b2bb911536a3b14c752159321d5080a2f0752b,6979,193450,178181.250000,2341
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,./dist/50ft_v2/gnal_50ft_insert_s8.stl,ed7d873614cd2db758f0029820ae66dc5842a165f7ae74900b998083797cbe41,5228272,920245d6ceadd742db1fd9b871b2bb911536a3b14c752159321d5080a2f0752b,6979,27230,3493.560303,97
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,./dist/50ft_v2/gnal_50ft_insert_16.stl,adc986f4f7f4c2aa58af555ebcc9d6c664801fe13a1eb8703b26133ca89899b8,7922994,920245d6ceadd742db1fd9b871b2bb911536a3b14c752159321d5080a2f0752b,6979,41426,4664.952637,155
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,./dist/50ft_v2/gnal_50ft_spacer_16.stl,32a96ae6780305c135e678fa868b38dc96e8bd89914dccf9c7293cb7c4e63a33,561267,920245d6ceadd742db1fd9b871b2bb911536a3b14c752159321d5080a2f0752b,6979,3272,4015.912109,19
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,./dist/100ft_v2/gnal_100ft_spacer.stl,a310c0a81c5cd07446b0239c44c5b87924d2b3610c71125cc15976f6697ff14d,991452,3a9b09c0f705fc6f80e2a1db93cab7aa9a618abc638127757b91ca286e85e45f,9847,5736,2888.152100,23
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,./dist/100ft_v2/gnal_100ft_top.stl,8e88b052ceaf28805bd57e1d2a6de6252e2887dc62f82d5249800fcbe7574e97,3302563,3a9b09c0f705fc6f80e2a1db93cab7aa9a618abc638127757b91ca286e85e45f,9847,19552,102590.812500,118
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,./dist/100ft_v2/gnal_100ft_spiral.stl,cdc8ede52f6e92224c0e0a0258079058cbc03d35d6c3a64904163d027a61d13c,59279238,3a9b09c0f705fc6f80e2a1db93cab7aa9a618abc638127757b91ca286e85e45f,9847,330000,345431.531250,4542
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,./dist/100ft_v2/gnal_100ft_insert_s8.stl,08a9cc3462b1ed5941d1f7cc9f1c0b2f3995975f5a1ac1eb80595e598d93b96b,5228272,3a9b09c0f705fc6f80e2a1db93cab7aa9a618abc638127757b91ca286e85e45f,9847,27230,3493.559326,99
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,./dist/100ft_v2/gnal_100ft_insert_16.stl,65ce7b321c0c49c693ff4e70c432e393c0ab481b7261224061e2f705e72453cf,7922994,3a9b09c0f705fc6f80e2a1db93cab7aa9a618abc638127757b91ca286e85e45f,9847,41426,4664.937500,160
2020.01.17,Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz,./dist/100ft_v2/gnal_100ft_spacer_16.stl,25ecbc60f25ed012f02ed1074a14e19a05133d2aa46746dcb60d2025ff8dd62e,535264,3a9b09c0f705fc6f80e2a1db93cab7aa9a618abc638127757b91ca286e85e45f,9847,3112,3964.118164,17
1 version cpu file file_hash file_size source_hash source_size facets volume render_time
2 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz ./dist/50ft_v2/gnal_50ft_spacer.stl e575325b14736a33e93f7976ca3494b88070c00c3304fefcdf841d583c5b2513 991452 920245d6ceadd742db1fd9b871b2bb911536a3b14c752159321d5080a2f0752b 6979 5736 2888.150879 22
3 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz ./dist/50ft_v2/gnal_50ft_top.stl 699d66cc91be2996fa50ccbb2d40f9d77a654a3946733d46081753a5bda57f31 2132181 920245d6ceadd742db1fd9b871b2bb911536a3b14c752159321d5080a2f0752b 6979 12624 57937.210938 73
4 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz ./dist/50ft_v2/gnal_50ft_spiral.stl bfa07a459aee7f4cbb17bd47a3e1ac3d4b1eb245b58df797d1c27081e5132a62 34628449 920245d6ceadd742db1fd9b871b2bb911536a3b14c752159321d5080a2f0752b 6979 193450 178181.250000 2341
5 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz ./dist/50ft_v2/gnal_50ft_insert_s8.stl ed7d873614cd2db758f0029820ae66dc5842a165f7ae74900b998083797cbe41 5228272 920245d6ceadd742db1fd9b871b2bb911536a3b14c752159321d5080a2f0752b 6979 27230 3493.560303 97
6 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz ./dist/50ft_v2/gnal_50ft_insert_16.stl adc986f4f7f4c2aa58af555ebcc9d6c664801fe13a1eb8703b26133ca89899b8 7922994 920245d6ceadd742db1fd9b871b2bb911536a3b14c752159321d5080a2f0752b 6979 41426 4664.952637 155
7 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz ./dist/50ft_v2/gnal_50ft_spacer_16.stl 32a96ae6780305c135e678fa868b38dc96e8bd89914dccf9c7293cb7c4e63a33 561267 920245d6ceadd742db1fd9b871b2bb911536a3b14c752159321d5080a2f0752b 6979 3272 4015.912109 19
8 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz ./dist/100ft_v2/gnal_100ft_spacer.stl a310c0a81c5cd07446b0239c44c5b87924d2b3610c71125cc15976f6697ff14d 991452 3a9b09c0f705fc6f80e2a1db93cab7aa9a618abc638127757b91ca286e85e45f 9847 5736 2888.152100 23
9 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz ./dist/100ft_v2/gnal_100ft_top.stl 8e88b052ceaf28805bd57e1d2a6de6252e2887dc62f82d5249800fcbe7574e97 3302563 3a9b09c0f705fc6f80e2a1db93cab7aa9a618abc638127757b91ca286e85e45f 9847 19552 102590.812500 118
10 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz ./dist/100ft_v2/gnal_100ft_spiral.stl cdc8ede52f6e92224c0e0a0258079058cbc03d35d6c3a64904163d027a61d13c 59279238 3a9b09c0f705fc6f80e2a1db93cab7aa9a618abc638127757b91ca286e85e45f 9847 330000 345431.531250 4542
11 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz ./dist/100ft_v2/gnal_100ft_insert_s8.stl 08a9cc3462b1ed5941d1f7cc9f1c0b2f3995975f5a1ac1eb80595e598d93b96b 5228272 3a9b09c0f705fc6f80e2a1db93cab7aa9a618abc638127757b91ca286e85e45f 9847 27230 3493.559326 99
12 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz ./dist/100ft_v2/gnal_100ft_insert_16.stl 65ce7b321c0c49c693ff4e70c432e393c0ab481b7261224061e2f705e72453cf 7922994 3a9b09c0f705fc6f80e2a1db93cab7aa9a618abc638127757b91ca286e85e45f 9847 41426 4664.937500 160
13 2020.01.17 Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz ./dist/100ft_v2/gnal_100ft_spacer_16.stl 25ecbc60f25ed012f02ed1074a14e19a05133d2aa46746dcb60d2025ff8dd62e 535264 3a9b09c0f705fc6f80e2a1db93cab7aa9a618abc638127757b91ca286e85e45f 9847 3112 3964.118164 17

View File

@ -9,7 +9,7 @@ DIST=./dist
IMG=./img
NOTES=./notes/${V}.csv
FILES=( "spacer" "top" "spiral" )
FILES=( "spacer" "top" "spiral" "insert_s8" "insert_16" "spacer_16" )
SIZES=( "50ft" "100ft" )
mkdir -p $DIST