idf: lazy, incremental dataflow elisp library package

This page summarizes the projects mentioned and recommended in the original post on /r/emacs

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • idf

    Incremental, lazy dataflow library for emacs

  • ement.el

    A Matrix client for GNU Emacs

  • This is very interesting. I've been thinking about using an AVL tree in Ement.el for the lists of events in each room, because they need to be used in-order by timestamp, and they can be received in any order (e.g. when loading older events), and it wouldn't be good to re-sort the whole list after each insertion. As it stands, each event is effectively sorted at the time it's inserted into a room's buffer (which may be never, depending on whether the room has an open buffer), and it works well enough, but I wonder if it could be improved.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • sorted-list.el

  • for your specific use case in emet, I am using this: https://github.com/lordpretzel/sorted-list.el to maintain a sorted list (that is transparently backed by an AVL-tree) to enable this with O(log n) insert / deletion. This works with any list not just plists.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ement.el: v0.10 released (a Matrix client for Emacs) (includes a minor security fix)

    1 project | /r/emacs | 14 Jun 2023
  • Is Ement.el the Best Matrix Client? - System Crafters Live!

    2 projects | /r/emacs | 28 May 2023
  • Ement.el v0.9 released (a Matrix client for Emacs)

    1 project | /r/emacs | 13 May 2023
  • Ement.el: v0.8 released (Matrix client for Emacs)

    4 projects | /r/emacs | 31 Mar 2023
  • alphapapa/magit-todos: v1.6 released (Show source files' TODOs in Magit status buffer)

    2 projects | /r/emacs | 6 Mar 2023