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++
- Host: GitHub
- URL: https://github.com/josestg/go-slice-in-cpp
- Owner: josestg
- Created: 2023-10-22T14:26:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-22T15:58:16.000Z (over 1 year ago)
- Last Synced: 2025-01-31T06:47:22.156Z (3 months ago)
- Language: C++
- Homepage: https://www.josestg.com/blog/exploring-slice-internal-implementation-go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```