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

https://github.com/josestg/go-slice-in-cpp

Exploring Go Slice Internal Implementation in C++
https://github.com/josestg/go-slice-in-cpp

Last synced: about 1 month ago
JSON representation

Exploring Go Slice Internal Implementation in C++

Awesome Lists containing this project

README

        

# Exploring Go Slice Internal Implementation in C++

See [blog post](https://www.josestg.com/blog/exploring-slice-internal-implementation-go) for details.

## Build

```bash
cmake -B build -S . && cmake --build build
```

## Run Test

```bash
./build/go_slice_in_cpp_test
```

## Run Demo

```bash
./build/go_slice_in_cpp_demo
```