terraform-docker-modules/ ├── modules/ │ ├── docker-container/ # Docker container module │ └── ecs-fargate/ # AWS ECS Fargate module ├── examples/ │ ├── 01-basic-docker/ # Basic Docker example │ ├── ...
This project is designed to compare the performance difference between calling C functions from Python via pybind11 and ctypes. The test scenario focuses on passing strings in and returning strings ...