go-linq icon indicating copy to clipboard operation
go-linq copied to clipboard

.NET LINQ capabilities in Go

Results 11 go-linq issues
Sort by recently updated
recently updated
newest added

Hey guys, I like go-linq very much and I'd like to add generics support for this lib long ago, this weekend I've tried. The trickiest part is how to create...

Is it safe to copy in multiple concurrency?

Go now has a prototype of generics implementation. Here are some resources: - https://blog.golang.org/generics-next-step - https://go.googlesource.com/proposal/+/refs/heads/master/design/go2draft-type-parameters.md - https://rakyll.org/generics-proposal/ This potentially could give a severe performance boost to go-linq, as well...

enhancement

If "tip" is really necessary I can update the action. Sample Pull Request check: https://github.com/berabulut/go-linq/pull/1

Document the result value when nothing is found.

How to implement the full join function of SQL