Top 8 Go Iterator Projects
-
Project mention: How do you go about the lack of built in data structure like stack, queue for LeetCode | reddit.com/r/golang | 2023-05-24
for len(stack) > 0 { n := len(stack) - 1 // Top element fmt.Print(stack[n]) stack = stack[:n] // Pop } ``` Another solution would be to import a package like https://github.com/emirpasic/gods
-
-
ONLYOFFICE
ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
-
Project mention: Iterium - Generic Channel-based Iterators (opensource project) | reddit.com/r/golang | 2023-03-13
Github: https://github.com/mowshon/iterium (If you like the project, don't forget to give it a star ⭐ ) I tried to describe everything in detail in the README
-
iter
Package iter provides generic, lazy iterators, functions for producing them from primitive types, as well as functions and methods for transforming and consuming them. (by mtoohey31)
-
-
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
Go Iterator related posts
Index
What are some of the best open-source Iterator projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | gods | 13,826 |
2 | iter | 65 |
3 | iterium | 31 |
4 | iter | 30 |
5 | std | 18 |
6 | goterator | 14 |
7 | collection | 11 |
8 | jzon | 11 |