dflat
Structured Data Store for Mobile (by liuliu)
enkiTS
A permissively licensed C and C++ Task Scheduler for creating parallel programs. Requires C++11 support. (by dougbinks)
Our great sponsors
dflat | enkiTS | |
---|---|---|
5 | 7 | |
290 | 1,411 | |
- | - | |
7.5 | 3.2 | |
about 2 months ago | 3 months ago | |
Swift | C++ | |
BSD 3-clause "New" or "Revised" License | zlib License |
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.
dflat
Posts with mentions or reviews of dflat.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-28.
-
Show HN: Distributed SQLite on FoundationDB
This is really, IMHO (as someone implements things on top of SQLite too https://dflat.io) pushes SQLite too far as the implementation of cross-db transactions have some big issues: https://www.sqlite.org/limits.html (the number of attached databases cannot exceed 10 or 125 (if you compile your own)) https://www.sqlite.org/wal.html (in WAL mode, there is no transactional guarantee for cross database transactions (atomic per database, but not cross database))
-
Hacker News top posts: Apr 4, 2021
Dflat: SQLite FlatBuffers\ (4 comments)
- Dflat: SQLite FlatBuffers
-
SQLite Plus: all the missing SQLite functions
Flatbuffers would be better as it doesn't need to deserialize at all (I think protobuf supports to partially deserialization nowadays?). I did something similar with https://dflat.io/ too!
enkiTS
Posts with mentions or reviews of enkiTS.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-28.
-
enkiTS VS MTL - a user suggested alternative
2 projects | 28 Feb 2022
-
CPU Path Traced Rendering in Avoyd (now released)
As always the multithreading for this is achieved using my permissively licensed C and C++ Task Scheduler for creating parallel programs, enkiTS.
-
Chunk loading on worker threads lags main thread
What tasking system are you using? If you're having problems with it you might want to try my enkiTS.
-
Hacker News top posts: Apr 4, 2021
enkiTS: A C and C++ Task Scheduler for creating parallel programs\ (15 comments)
- EnkiTS: A C and C++ Task Scheduler for creating parallel programs
-
Voxel Vendredi 74
GL_MAP_PERSISTENT_BIT for any data which is changed per-frame, such as constant buffers, particle data, SSBO data etc. This allows the data to be written in parallel (I use my tasking system enkiTS).
What are some alternatives?
When comparing dflat and enkiTS you can also consider the following projects:
Taskflow - A General-purpose Parallel and Heterogeneous Task Programming System
tbb - oneAPI Threading Building Blocks (oneTBB) [Moved to: https://github.com/oneapi-src/oneTBB]
MTL - Multi Thread Library
imgui_markdown - Markdown for Dear ImGui
sqlite_protobuf - A SQLite extension for extracting values from serialized Protobuf messages
oidn - Intel® Open Image Denoise library
enkiTSExamples - Examples for enkiTS
ultiboberon
clayoven - 💎 beautiful website generator aimed at math-heavy sites
enkiMI - C and C++ Minecraft Importer library
mvsqlite - Distributed, MVCC SQLite that runs on FoundationDB.
sqlite_ora_functions