Kalman
Kalman Filter (by FrancoisCarouge)
AnyAny
C++17 library for comfortable and efficient dynamic polymorphism (by kelbon)
Kalman | AnyAny | |
---|---|---|
12 | 22 | |
45 | 434 | |
- | - | |
8.7 | 6.2 | |
3 days ago | 6 months ago | |
C++ | C++ | |
GNU General Public License v3.0 or later | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
Kalman
Posts with mentions or reviews of Kalman.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-17.
-
Starting out with Kalman Filter.
Since you mentioned C++ and Kalman filters, I author this Kalman filter library which helped me to get reacquainted to control theory, tries to be approachable, and lists a variety of sources to ease in the topic with examples.
-
How do you setup coverage/ sanitizers in your CI system.
Yes, and here's one for sanitizers. Other tools, documentation, and coverage in the neigbhorong files.
-
Trying to use FetchContent to include XercesC
I've been learning FectContent as well with some successes and failures.
-
kalman filter & c++
My goal with this Kalman filter for C++ is to solve your exact question.
-
C++ Show and Tell - December 2022
I released a first version of a generic Kalman filter.
-
Why is it that package managers are unnecessarily hard?
I use fmt and others in my project with CMake fetch and it's been a good experience so far: fetch, declare, link in a few lines. Hope this can be useful to someome.
-
Workflow v0.10.3 Released, Add WFRepeaterTask for Repeating Asynchronous Operations and Other New Features.
Gratuitous French codebase self-promotion though. /s
-
The Mathematics of the Kalman Filter
Would you be open to exploring an implementation collaboration? I author a C++ Kalman library and would like to expand demonstrators.
-
Does anyone know when gcc will support std::format?
A façade (example) included only for your GCC builds and with the fmt library would allow you to generically use the std::format support in your code. Avoiding the fmt:: and dependencies with MSVC. When the support lands in GCC, only that file would need to be deleted.
-
Best accurate way to measure/compare elapsed time in C++
I use it with boilerplate similar to this: https://github.com/FrancoisCarouge/Kalman/blob/develop/benchmark/benchmark.cpp and run the executables with priority and pining: nice -n 20 tasker -- cpu-list 0
AnyAny
Posts with mentions or reviews of AnyAny.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-13.
- DynaMix 2.0.0 Released
-
rust-like traits on plain C++ with short macro (type erasure actually)
https://github.com/kelbon/AnyAny trait(add, void(int), self.add(args...));
-
Static Interfaces, concepts vs de-virtualisation?
i dont know what he means, but with this type erasure library you can have non virtual interface and still use dynamic polymorphism with those types, so you dont need choose *do i need to do this type polymorphic* etc
-
[C++23] constexpr std::function in 40 LOC (simplified) powered by constexpr std::unique_ptr
There are also invoking from tuple and curring (just an example of technique)https://github.com/kelbon/AnyAny/blob/main/examples/functional_paradigm.hpp
-
A call to action: Think seriously about “safety”; then do something sensible about it -> Bjarne Stroustrup
As for my example containers: https://github.com/kelbon/AnyAny/blob/main/include/data_parallel_vector.hpp
- C++ Polymorphism Without Inheritance Using Glaze
-
С++20 library for high-performance polymorphic types usage
variant_swarm - container which behaves as set of std::variant, but with much faster visit operation and operation for getting view to all values of type T. It short, it just stores all types separatelly and supports operations visit, view, also you can change underlying containers for Ts..., it is std::vector by default https://github.com/kelbon/AnyAny/blob/main/include/variant_swarm.hpp
-
I wrote multidispatching(runtime overload resolution) in C++ (and its not std::variant)
Its part of my library for working with polymorphic types.
-
I wrote a library that emulates dyn traits from Rust in C++
Good idea selling Rust from behind enemy lines soldier! My god, your readme doesn't even mention Rust, wonderful!
-
Using final in C++ to improve performance
https://github.com/kelbon/AnyAny here you can see how it implemented, for example
What are some alternatives?
When comparing Kalman and AnyAny you can also consider the following projects:
libCat - 🐈⬛ A runtime for C++26 w/out libC or POSIX. Smaller binaries, only arena allocators, SIMD, stronger type safety than STL, and value-based errors!
dyno - Runtime polymorphism done right
kelcoro - C++20 coroutine library
proxy - Proxy: Next Generation Polymorphism in C++
SAFD-algorithm - An app to compute the coefficients of a function development in a spherical harmonics convergent series.
tolc - A bindings compiler for C++
nanobench - Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20
tinyformat - Minimal, type safe printf replacement library for C++
uuid
PythonRobotics - Python sample codes for robotics algorithms.
scnlib - scanf for modern C++