Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ansurfen/go-with-stl
Data struct and algorithm library for go using generics, not completely similar to C++ STL
https://github.com/ansurfen/go-with-stl
Last synced: 11 days ago
JSON representation
Data struct and algorithm library for go using generics, not completely similar to C++ STL
- Host: GitHub
- URL: https://github.com/ansurfen/go-with-stl
- Owner: Ansurfen
- License: mit
- Created: 2022-03-22T14:50:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T06:35:33.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T21:01:53.301Z (7 months ago)
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Go With STL
=====
[![License](https://img.shields.io/badge/License-MIT%20License-blue.svg)](https://opensource.org/licenses/MIT)English | [简体中文](./README_CN.md)
## Introduction
Go-With-STL is a data struct and algorithm library for `golang` using generics, not completely similar to `C++` STL. To be honest, it's not really an STL, not even tiny. I haven't found a good way to separate iterators from containers because there's no way to compare and reflect generics, right. May achieve it in the future, who knows? XD