https://github.com/ryo-manba/ft_containers
Reimplementation of STL containers.
https://github.com/ryo-manba/ft_containers
cpp
Last synced: 12 months ago
JSON representation
Reimplementation of STL containers.
- Host: GitHub
- URL: https://github.com/ryo-manba/ft_containers
- Owner: ryo-manba
- License: mit
- Created: 2022-01-27T14:08:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T05:38:19.000Z (almost 4 years ago)
- Last Synced: 2025-03-17T04:44:09.088Z (over 1 year ago)
- Topics: cpp
- Language: C++
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ft_containers
## Description
Reimplementation of STL containers with C++98.
## Requirement
- gcc or Clang
- GNU Make
## Features
Implement a series of containers:
- vector
- stack
- map
## Test
```bash
git clone https://github.com/ryo-manba/ft_containers
cd ft_containers
make test # Run Unit-test
make bench # Run Benchmark-test
```
## Author
[ryo-manba](https://twitter.com/ryo_manba)
## Licence
All code is released under the [MIT](https://github.com/ryo-manba/ft_containers/blob/main/LICENSE) license