Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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