-
Suggested in [forum post](http://forum.piwik.org/read.php?2,88411)
Currently we count the number of distinct idvisitor, to get unique per week/month/etc.
Instead, we could count each time a visitor …
-
### Benchmarking Coin Selection Algorithms
This pull request introduces benchmarks for six coin selection algorithms in the `rust-coinselect` library using the `criterion` crate. These benchmarks w…
-
Introducing a cross-platform feature to switch the TCP congestion control algorithm would be highly beneficial. This functionality would allow users to change the congestion control algorithm supporte…
-
I propose adding Chan's Algorithm to the repository for computing the convex hull of a set of points in two-dimensional space. This algorithm utilizes a divide-and-conquer approach combined with the u…
-
MySQL is looking to improve the performance of its code using OpenSSL 3.x API, and our benchmarks indicate that newer EVP API is from 1.5 to 4 times slower when compared to deprecated API, here specif…
-
Hey all,
We currently have a few splats but we seem to lose a lot of performance on mobile devices. When on PC's the issue also occurs when zooming in close to the objects. When at a distance we se…
-
Develop a mapping script for the SUAS competition.
**PROBLEM**: Produce a visual map of an area of interest.
**IDEA**: _(or solution)_ The aircraft follows a certain flightpath and captures imag…
-
Aware that dataprep/redis/langchain vector DB index algorithm is FLAT. But remembered we use HNSW before.
Investigating the code, it caused by the removing of index_schema, changed with PR #347
I…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
I recently observed code in `Document.addObject` which appeared to consume time proportion…
-
**Learning Goals:**
- Understand the concept and use of the Random Forest Classifier and K-Nearest Neighbors (KNN) algorithm.
- Learn how to preprocess medical data for machine learning, particula…