go-linq
td
go-linq | td | |
---|---|---|
5 | 20 | |
3,573 | 7,842 | |
0.0% | 1.3% | |
0.0 | 9.9 | |
almost 3 years ago | 5 days ago | |
Go | C++ | |
Apache License 2.0 | gtkbook License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
go-linq
-
Show HN: Rill – Composable concurrency toolkit for Go
There are also libraries like https://github.com/Jeffail/tunny or https://pkg.go.dev/go.uber.org/goleak or https://github.com/fatih/semgroup to help deal with concurrency limits and goroutine lifecycle management.
As the author of https://github.com/ahmetb/go-linq, it's hard to find adoption for libraries offering "syntactic sugar" in Go, as the language culture discourages those kind of abstractions and keeping the code straightforward.
-
Fourteen Years of Go
This is a lot more possible now that Go has generics (as of 1.18).
I would probably never use these, as I find such libraries are a whole new domain-specific language to learn, and often don't make things much simpler anyway, but here are some libraries where people have done something like this:
* https://github.com/ahmetb/go-linq: modelled after LINQ, but created pre-generics so only recently added some generics features
-
Querying and transforming object graphs in Go
So awhile back, there was a port of Linq https://github.com/ahmetb/go-linq that ended up giving up, since then it has been continued with https://github.com/szmcdull/glinq
-
Juniper is an extended Go standard library using generics, including containers, iterators, and streams
I am aware of this that predates generics: https://github.com/ahmetb/go-linq/blob/master/groupby.go
- What libraries from other languages do you wish were ported over into go?
td
-
SQLite-on-the-Server Is Misunderstood: Better at Hyper-Scale Than Micro-Scale
TDLib (Telegram Database library)[0] uses SQLite.
In Telegram Bot API, each TDLib instance handles more than 24,000 active bots simultaneously.[1]
[0]: https://github.com/tdlib/td
[1]: https://core.telegram.org/tdlib
- India blocks 14 mobile apps used by terrorists in Pakistan (includes Briar, Element, Threema etc.)
-
Building a telegram client with react-native (Part 1)
Add to build.gradle(:app) android - see, https://github.com/tdlib/td/issues/1904
Tdlib pre-built library. Android or build from scratch, see TDLib Android example
-
Please a linux client... I'm missing it more than a mobile app.
It would be a good idea for Proton to write Drive using something similar to Telegram's https://github.com/tdlib/td. That way they could write their official clients more easily, and third party clients could be created with a lot of the work done.
-
possible to use td with golang
https://github.com/tdlib/td is it possible to use td with golang
-
telega.el - GNU Emacs telegram client
The problem there is mostly with how they're doing releases for tdlib: They create proper releases for major versions (like 1.7.0, 1.8.0), and then nothing for all for point releases (like 1.7.1), not even git tags - they're seeing those releases as development releases. They do a lot of (breaking) changes and new features between releases - so while distributions might want to stick with proper releases others might want to follow git (and the author is following git with his development branch).
- Telegram has broken compatibility with old clients
- PHP Extension written with C++. Build and check with GitHub Actions.
-
What libraries from other languages do you wish were ported over into go?
tdlib, but it's huge
What are some alternatives?
gen - Type-driven code generation for Go
status-desktop - Status Desktop client made in Nim & QML
jennifer - Jennifer is a code generator for Go
tg - telegram-cli
efaceconv
Telegram-Bot-Api-Cpp - Telegram Bot Api C++