An open API service indexing awesome lists of open source software.

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.

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