Skip to content

Instantly share code, notes, and snippets.

@achen7
achen7 / HDX_Tough_Tote_specs.md
Last active September 30, 2022 17:51
Aggregate specifications for the best plastic box for the money, the HDX Tough Storage Tote in Black

HDX Tough Storage Tote in Black

Aggregate specifications for the best plastic box for the money.

Capacity[^1] IL[^2] IW IH EL[^3] EW EH Weight cap. [^4] Lid cap. Handle cap. Empty weight Internet # Model # SKU #
7 14.75 9.50 8.75 19.100 12.70 9.800 50 ? ? ? 305185634 206152 1003230599
12 21.88 16.30 12.50 21.880 16.30 12.500 50 400 300 ? 207207157 206100 1001869486
14 23.56 14.56 8.24 28.548 19.61 10.378 75 ? ? ? 314368060 206215 1005698544
17 22.25 13.50 11.00 26.88 18.00 12.500 75 600 450 ? 205808350 SH17GTOUGHTLDBY 1001240215
27 23.50 14.50 13.00 28.550 19.61 15.270 75 900 680 7.5 205978361 HDX27GONLINE(5) 207585
#include <stdio.h>
#include <chrono>
#include <cmath>
/**
* > g++ --std=c++11 -O3 -march=native -ffast-math -funsafe-math-optimizations -ffinite-math-only -fno-trapping-math -mrecip random_guys.C -o sqrt_test_opt
* > g++ --std=c++11 -O1 random_guys.C -o sqrt_test_no_opt
* > ./sqrt_test_opt
* 1.530 sec for 1000000000 floats using hand written method. Sum of computations: 0x1.659bd6p+5
* Average error for hand written method: 0.09446593%