Top 0.5% dependent packages on proxy.golang.org
Top 0.5% dependent repos on proxy.golang.org
Top 8.9% forks on proxy.golang.org
proxy.golang.org : github.com/xtgo/set
Package set implements type-safe, non-allocating algorithms that operate on ordered sets. Most functions take a data parameter of type sort.Interface and a pivot parameter of type int; data represents two sets covering the ranges [0:pivot] and [pivot:Len], each of which is expected to be sorted and free of duplicates. sort.Sort may be used for sorting, and Uniq may be used to filter away duplicates. All mutating functions swap elements as necessary from the two input sets to form a single output set, returning its size: the output set will be in the range [0:size], and will be in sorted order and free of duplicates. Elements which were moved into the range [size:Len] will have undefined order and may contain duplicates. All pivots must be in the range [0:Len]. A panic may occur when invalid pivots are passed into any of the functions. Convenience functions exist for slices of int, float64, and string element types, and also serve as examples for implementing utility functions for other types. Elements will be considered equal if `!Less(i,j) && !Less(j,i)`. An implication of this is that NaN values are equal to each other.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/xtgo/set
License: BSD-2-Clause
Latest release: over 7 years ago
First release: over 7 years ago
Namespace: github.com/xtgo
Dependent packages: 99
Dependent repositories: 143
Stars: 167 on GitHub
Forks: 4 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago
github.com/nastynobbo/go-file-storage v1.0.0
1 version - Latest release: about 1 year ago - 0 stars on GitHubgithub.com/NastyNobbo/go-file-storage v1.0.0
1 version - Latest release: about 1 year ago - 0 stars on GitHubbitbucket.org/espinpro/espincore/v2 v2.3.1
30 versions - Latest release: about 1 year agogithub.com/CocaineCong/tangseng v0.1.3
Tangseng search engine including full text search and vector search base on golang. 基于go语言的搜索引擎,信...5 versions - Latest release: about 1 year ago - 95 stars on GitHub
github.com/cocainecong/tangseng v0.1.3
Tangseng search engine including full text search and vector search base on golang. 基于go语言的搜索引擎,信...5 versions - Latest release: about 1 year ago - 35 stars on GitHub
github.com/airistaflowinc/fs-microgateway v0.2.2
4 versions - Latest release: over 1 year agogithub.com/AdvancedClimateSystems/gonnx v1.1.0
Run ONNX models using Go2 versions - Latest release: over 1 year ago - 16 stars on GitHub
github.com/AdvancedclimateSystems/gonnx v1.1.0
Run ONNX models using Go2 versions - Latest release: over 1 year ago - 16 stars on GitHub
github.com/advancedClimateSystems/gonnx v1.1.0
Run ONNX models using Go2 versions - Latest release: over 1 year ago - 16 stars on GitHub
github.com/JoshPattman/goras v0.3.3
Package goras provides a higher level API to create and train neural networks with gorgonia. The...12 versions - Latest release: over 1 year ago - 1 dependent repositories - 1 stars on GitHub
github.com/joshpattman/goras v0.3.3
A higher level package for ML in go, based on Gorgonia, and comparable to Keras.12 versions - Latest release: over 1 year ago - 1 stars on GitHub
github.com/gloflow/gloflow v0.0.0-20231224174116-e87f7cbd04a9
Application and media publishing/management platform183 versions - Latest release: over 1 year ago - 2 dependent packages - 8 stars on GitHub
github.com/godshen/onnx-go v1.3.0
onnx-go gives the ability to import a pre-trained neural network within Go without being linked t...1 version - Latest release: over 1 year ago - 0 stars on GitHub
github.com/RobinRCM/sklearn v0.0.0-20231219160650-fcddba52fc6b
Package sklearn is a partial port of scikit-learn in go8 versions - Latest release: over 1 year ago - 1 dependent repositories - 3 stars on GitHub
github.com/JoshPattman/datautil v0.0.1
Utils for using Gota with Gorgonia1 version - Latest release: over 1 year ago - 0 stars on GitHub
github.com/joshpattman/datautil v0.0.1
Utils for using Gota with Gorgonia1 version - Latest release: over 1 year ago - 0 stars on GitHub
github.com/hanzug/goS v0.1.2
4 versions - Latest release: over 1 year ago - 1 stars on GitHubgithub.com/hanzug/gos v0.1.2
Tangseng search engine including full text search and vector search base on golang. 基于go语言的搜索引擎,信...4 versions - Latest release: over 1 year ago - 1 stars on GitHub
github.com/dfsp-spirit/neuro v0.1.3
Provides functions for reading and writing some structural neuroimaging file formats. The neuro ...4 versions - Latest release: over 1 year ago - 1 stars on GitHub
github.com/chewxy/gorgonia v0.9.18 💰
Gorgonia is a library that helps facilitate machine learning in Go.31 versions - Latest release: over 1 year ago - 1 dependent repositories - 4,875 stars on GitHub
gorgonia.org/gorgonia v0.9.18 💰
Package gorgonia is a library that helps facilitate machine learning in Go. Write and evaluate ma...35 versions - Latest release: over 1 year ago - 71 dependent packages - 69 dependent repositories - 5,759 stars on GitHub
github.com/gorgonia/gorgonia v0.9.18 💰
Gorgonia is a library that helps facilitate machine learning in Go.31 versions - Latest release: over 1 year ago - 1 dependent repositories - 4,875 stars on GitHub
gitee.com/mirrors/gorgonia.git v0.9.18
30 versions - Latest release: over 1 year agogitee.com/mirrors/gorgonia v0.9.18
30 versions - Latest release: over 1 year agogithub.com/invertedv/sampler v0.0.13
Package sampler produces strats and stratified samples. The package works with ClickHouse tables...13 versions - Latest release: over 1 year ago - 2 dependent packages - 1 dependent repositories - 0 stars on GitHub
gorgonia.org/shapes v0.0.0-20230731004634-e2acb0a50380
package shapes provides an algebra for dealing with shapes. This examples shows how to describe ...3 versions - Latest release: almost 2 years ago - 4 stars on GitHub
github.com/fahri-r/iteung-go v0.0.0-20230713024333-f72ec5d1b870
1 version - Latest release: almost 2 years ago - 1 stars on GitHubgithub.com/gravitational/gravity v0.0.0-20230628214157-3bfe64699e82
Kubernetes application deployments for restricted, regulated or remote environments.7 versions - Latest release: almost 2 years ago - 1,081 stars on GitHub
github.com/leveltravel/go-onnxruntime v1.5.6
24 versions - Latest release: almost 2 years ago - 1 stars on GitHubgithub.com/LevelTravel/go-onnxruntime v1.5.6
24 versions - Latest release: almost 2 years ago - 1 stars on GitHubgithub.com/levelTravel/go-onnxruntime v1.5.6
24 versions - Latest release: almost 2 years ago - 1 stars on GitHubgithub.com/m8u/gorgonia v0.10.2
Package gorgonia is a library that helps facilitate machine learning in Go. Write and evaluate ma...3 versions - Latest release: almost 2 years ago - 2 dependent packages - 1 dependent repositories - 0 stars on GitHub
github.com/Jimmij50/onnx-go v0.5.0
onnx-go gives the ability to import a pre-trained neural network within Go without being linked t...3 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/jimmij50/onnx-go v0.5.0
onnx-go gives the ability to import a pre-trained neural network within Go without being linked t...3 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/tystuyfzand/precise-go v0.0.0-20230408082652-426f2d8ee4b9
1 version - Latest release: about 2 years agogithub.com/invertedv/moru v0.0.4
Package moru provides functions to run the models created by goMortgage. Using moru is quite str...4 versions - Latest release: about 2 years ago - 0 stars on GitHub
github.com/artheus/lstm v0.0.0-20230327184440-d6a0867655cb
1 version - Latest release: about 2 years agogithub.com/absfs/memfs v0.0.0-20230318170722-e8d59e67c8b1
2 versions - Latest release: about 2 years ago - 6 dependent packages - 3 dependent repositoriesgithub.com/aiteung/mnist v0.0.1
package mnist handles the mnist data set1 version - Latest release: about 2 years ago - 1 dependent repositories - 0 stars on GitHub
gitlab.com/gamerscomplete/gorgonia v0.0.0-20230226140255-f93241d24cf2
1 version - Latest release: about 2 years ago - 0 stars on GitLab.comgit.meow.tf/astra/precise v0.0.0-20230115013054-e05d7e54ca9c
1 version - Latest release: over 2 years agogithub.com/fghosth/lile v1.3.0
Package lile provides helper methods to quickly create RPC based services that have metrics, trac...13 versions - Latest release: over 2 years ago - 2 stars on GitHub
github.com/invertedv/gomortgage v0.0.2
app to build mortgage forecasting models2 versions - Latest release: over 2 years ago - 0 stars on GitHub
github.com/invertedv/goMortgage v0.0.2
app to build mortgage forecasting models2 versions - Latest release: over 2 years ago - 0 stars on GitHub
github.com/ariaghora/zmol v0.1.0
Zmol language1 version - Latest release: over 2 years ago - 4 stars on GitHub
github.com/tynrol/onnx-go v0.7.1
3 versions - Latest release: over 2 years agogithub.com/Avalanche-io/c4 v0.8.0
This package implements the C4 ID system **SMPTE standard ST 2114:2017**. C4 IDs are a universall...2 versions - Latest release: over 2 years ago - 5 dependent packages - 1 dependent repositories - 39 stars on GitHub
github.com/avalanche-io/c4 v0.8.0
Package c4 implements the c4 framework. The framework consists of three primary components. Com...3 versions - Latest release: over 2 years ago - 39 stars on GitHub
github.com/etcenter/C4 v0.8.0
Package c4 implements the c4 framework. The framework consists of three primary components. Com...2 versions - Latest release: over 2 years ago
github.com/etcenter/c4 v0.8.0
Package c4 implements the c4 framework. The framework consists of three primary components. Com...3 versions - Latest release: over 2 years ago - 39 stars on GitHub
github.com/etcenter/c4go v0.8.0
Package c4 implements the c4 framework. The framework consists of three primary components. Com...3 versions - Latest release: over 2 years ago
github.com/auxten/go-ctr v0.5.0
Go DeepLearning based Recommendation Framework5 versions - Latest release: over 2 years ago - 192 stars on GitHub
github.com/auxten/edgeRec v0.5.0
5 versions - Latest release: over 2 years agogithub.com/auxten/edgerec v0.5.0
5 versions - Latest release: over 2 years agogithub.com/toul-codes/machine-learning-with-golang v0.0.0-20221004173108-74f3639b151b
Inspired by machine learning with python. In this repo my TikTok data is analyzed with the attemp...1 version - Latest release: over 2 years ago - 2 stars on GitHub
github.com/awesomefly/easysearch v0.0.0-20220725015605-6f23c6b3f8dc
distributed full-text search engine1 version - Latest release: almost 3 years ago - 3 stars on GitHub
github.com/echo-health/lile v0.0.0-20220722140121-ed0f4a8ed7f4
Package lile provides helper methods to quickly create RPC based services that have metrics, trac...1 version - Latest release: almost 3 years ago - 0 stars on GitHub
github.com/gorgonia/tensor v0.9.24 💰
package tensor provides efficient and generic n-dimensional arrays in Go that are useful for mach...26 versions - Latest release: almost 3 years ago - 334 stars on GitHub
gorgonia.org/tensor v0.9.24 💰
Package tensor is a package that provides efficient, generic n-dimensional arrays in Go. Also in ...30 versions - Latest release: almost 3 years ago - 133 dependent packages - 96 dependent repositories - 369 stars on GitHub
github.com/wzzhu/gorgonia v0.9.19
Package gorgonia is a library that helps facilitate machine learning in Go. Write and evaluate ma...31 versions - Latest release: almost 3 years ago - 1 dependent package
github.com/wzzhu/tensor v0.9.24 💰
Package tensor is a package that provides efficient, generic n-dimensional arrays in Go. Also in ...26 versions - Latest release: almost 3 years ago - 2 dependent packages - 0 stars on GitHub
github.com/absfs/osfs v0.0.0-20220705103527-80b6215cf130
osfs is an implementation of a absfs.FileSystem for the os standard library file access functions1 version - Latest release: almost 3 years ago - 6 dependent packages - 2 dependent repositories - 3 stars on GitHub
github.com/clearblade/go-onnx v0.0.4 removed
4 versions - Latest release: almost 3 years agogithub.com/ClearBlade/go-onnx v0.0.4
4 versions - Latest release: almost 3 years ago - 1 stars on GitHubgithub.com/joyrex2001/sudosolv v0.0.0-20220531110756-7ce53e0adc87
1 version - Latest release: almost 3 years ago - 1 stars on GitHubgithub.com/dcu/godl v0.0.0-20220514231003-61db93cc3ba2
godl: Go Deep Learning framework1 version - Latest release: about 3 years ago - 13 stars on GitHub
github.com/samuelfneumann/golearn v0.0.0-20220405164403-7ede1af9ca09
Reinforcement Learning in Go1 version - Latest release: about 3 years ago - 1 dependent package - 1 dependent repositories - 2 stars on GitHub
gorgonia.org/qol v0.0.0-20220326215349-708736a2aac5
package qol provides quality-of-life utilities for working with neural networks in Gorgonia.1 version - Latest release: about 3 years ago - 8 dependent packages - 6 dependent repositories - 5 stars on GitHub
github.com/jeremypansier/gorgonia v0.9.39
Package gorgonia is a library that helps facilitate machine learning in Go. Write and evaluate ma...39 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/hailanwhu/gorgonia v0.9.21 💰
Gorgonia is a library that helps facilitate machine learning in Go.34 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/hscells/groove v0.0.0-20211202005223-b7c488fd1177
Package groove is a query analysis and processing pipeline framework. Package pipeline provides ...1 version - Latest release: over 3 years ago - 3 dependent packages - 3 dependent repositories - 8 stars on GitHub
github.com/chenquan1988/simplefts v0.0.0-20211118021627-1ab4f212b4bb
1 version - Latest release: over 3 years agogithub.com/trelore/iris-classification v0.1.1
A gRPC service to predict iris classification1 version - Latest release: over 3 years ago - 0 stars on GitHub
github.com/samuelfneumann/gop v0.0.0-20211109123030-2994ce68ebf8
Extended Gorgonia Operations1 version - Latest release: over 3 years ago - 0 stars on GitHub
github.com/daudcanugerah/go-onnxruntime v1.1.4
16 versions - Latest release: over 3 years ago - 0 stars on GitHubgithub.com/bububa/openpose v1.0.0
human pose detection/estimation golang implementation using tensoflow openpose model1 version - Latest release: over 3 years ago - 0 stars on GitHub
github.com/samuelfneumann/top v0.0.0-20211006213254-5d83825da372
Extended Tensor Operations1 version - Latest release: over 3 years ago - 1 dependent package - 1 dependent repositories - 0 stars on GitHub
github.com/samuelfneumann/op v0.0.0-20210929163329-d568bb018936
1 version - Latest release: over 3 years agogithub.com/gorgonia/dtype v0.10.0
Package dtype provides a definition of a Dtype, which is a part of the type system that Gorgonia ...1 version - Latest release: almost 4 years ago - 1 stars on GitHub
gorgonia.org/dtype v0.10.0
Package dtype provides a definition of a Dtype, which is a part of the type system that Gorgonia ...1 version - Latest release: almost 4 years ago
github.com/kavons/golang-toolbox v1.0.2
3 versions - Latest release: about 4 years ago - 1 dependent repositories - 0 stars on GitHubgithub.com/rohankumardubey/gorgonia v0.9.17
29 versions - Latest release: about 4 years ago - 0 stars on GitHubgithub.com/josecar25/gorgonia v0.9.17 💰
Gorgonia is a library that helps facilitate machine learning in Go.33 versions - Latest release: about 4 years ago - 0 stars on GitHub
github.com/go-nlp/corpus v0.0.0-20210119014218-4c7443a428a0
Corpus provides vocabulary management data structures and utilities1 version - Latest release: over 4 years ago - 1 dependent package - 1 dependent repositories - 0 stars on GitHub
github.com/maxsei/tensor v0.9.14
16 versions - Latest release: over 4 years agogithub.com/chewxy/lingo v0.0.0-20200918122423-491e816b48d4
package lingo provides the data structures and algorithms required for natural language processing.1 version - Latest release: over 4 years ago - 2 dependent packages - 2 dependent repositories - 136 stars on GitHub
github.com/go-nlp/bm25 v1.0.0
package bm25 is a lingo-friendly BM25 library. BM25 is a scoring function that relies on TFIDF, a...1 version - Latest release: over 4 years ago - 2 dependent packages - 6 stars on GitHub
github.com/go-nlp/tfidf v1.1.0
package tfidf is a lingo-friendly TF-IDF library2 versions - Latest release: over 4 years ago - 7 dependent packages - 1 dependent repositories - 5 stars on GitHub
github.com/LdDl/gorgonia v0.9.13
Gorgonia is a library that helps facilitate machine learning in Go.25 versions - Latest release: almost 5 years ago - 0 stars on GitHub
github.com/lddl/gorgonia v0.9.13
Gorgonia is a library that helps facilitate machine learning in Go.25 versions - Latest release: almost 5 years ago - 0 stars on GitHub
github.com/markkremer/gorgonia v0.9.8
Gorgonia is a library that helps facilitate machine learning in Go.20 versions - Latest release: over 5 years ago - 0 stars on GitHub
github.com/MarkKremer/gorgonia v0.9.8 removed
20 versions - Latest release: over 5 years agogithub.com/r2d2-ai/microgateway v0.1.0
2 versions - Latest release: over 5 years agogithub.com/project-flogo/microgateway v0.1.0
2 versions - Latest release: over 5 years ago - 4 dependent packages - 4 dependent repositories - 35 stars on GitHubgithub.com/jbowles/gorgonia v0.9.7 💰
Gorgonia is a library that helps facilitate machine learning in Go.19 versions - Latest release: over 5 years ago - 0 stars on GitHub
github.com/fghosth/lile/v2 v2.3.0
1 version - Latest release: over 5 years ago - 2 stars on GitHubgithub.com/hscells/transmute v0.0.0-20191226011638-492a895bec30
PubMed/Medline query transpiler1 version - Latest release: over 5 years ago - 3 dependent packages - 3 dependent repositories - 6 stars on GitHub
github.com/dmitrymomot/lile/v2 v2.2.15
Package lile provides helper methods to quickly create RPC based services that have metrics, trac...16 versions - Latest release: over 5 years ago - 0 stars on GitHub
github.com/lileio/lile/v2 v2.2.13
Package lile provides helper methods to quickly create RPC based services that have metrics, trac...14 versions - Latest release: over 5 years ago - 4 dependent packages - 2 dependent repositories - 1,484 stars on GitHub
github.com/project-anomalia/anomalia v0.0.0-20190708172802-f210c624e639
🧬 Go library for Time Series Data Analysis1 version - Latest release: almost 6 years ago - 5 stars on GitHub
Check this option to include packages that no longer depend on this package in their latest version but previously did.