Giter Site home page Giter Site logo

Comments (5)

fizruk avatar fizruk commented on June 3, 2024 2

This might have to do with either

  • having a huge unifying TelegramBotAPI type (and deriving client for that);
  • having a lot of Generic-based deriving for large record types.

Because I couldn't have telegram-api built successfully and fast enough on my laptop, I have rewritten a part of Telegram API while working on an experimental high-level Telegram bot package https://github.com/fizruk/telegram-bot-simple.

Specifically, I have chosen to

  • have a separate type and client derivation per endpoint;
  • use deriveJSON via Template Haskell to speed up the build (for large record types, such as Message).

My package builds a lot faster and requires much less memory than telegram-api and already can do most of the useful stuff, so I guess you could borrow those 2 ideas to make this package great build fast again :)

from haskell-telegram-api.

klappvisor avatar klappvisor commented on June 3, 2024

hm, interesting. Thanks for reporting it, I can try to reproduce it using stack v1.6.1

from haskell-telegram-api.

decentral1se avatar decentral1se commented on June 3, 2024

You were able to reproduce it @klappvisor?

from haskell-telegram-api.

ibnuda avatar ibnuda commented on June 3, 2024

Oh, I should have posted this comment to here. Sorry.

from haskell-telegram-api.

why-not-try-calmer avatar why-not-try-calmer commented on June 3, 2024

This might have to do with either

  • having a huge unifying TelegramBotAPI type (and deriving client for that);
  • having a lot of Generic-based deriving for large record types.

Because I couldn't have telegram-api built successfully and fast enough on my laptop, I have rewritten a part of Telegram API while working on an experimental high-level Telegram bot package https://github.com/fizruk/telegram-bot-simple.

Specifically, I have chosen to

  • have a separate type and client derivation per endpoint;
  • use deriveJSON via Template Haskell to speed up the build (for large record types, such as Message).

My package builds a lot faster and requires much less memory than telegram-api and already can do most of the useful stuff, so I guess you could borrow those 2 ideas to make this package great build fast again :)

But you don't provide support for webhook, do you?

from haskell-telegram-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.