├── .gitignore ├── LICENSE ├── README.md ├── dtype_diet.py ├── example_sell_prices.png └── example_sell_prices_ram_shrinkage.ipynb /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ianozsvald/dtype_diet/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ianozsvald/dtype_diet/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ianozsvald/dtype_diet/HEAD/README.md -------------------------------------------------------------------------------- /dtype_diet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ianozsvald/dtype_diet/HEAD/dtype_diet.py -------------------------------------------------------------------------------- /example_sell_prices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ianozsvald/dtype_diet/HEAD/example_sell_prices.png -------------------------------------------------------------------------------- /example_sell_prices_ram_shrinkage.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ianozsvald/dtype_diet/HEAD/example_sell_prices_ram_shrinkage.ipynb --------------------------------------------------------------------------------