-
This SIMD accelerated crc library may be able to improve performance: https://github.com/srijs/rust-crc32fast
Not sure if this is related to the performance difference between this and [zopfli-rs](ht…
-
Break down the entire crossword into smaller blocks where fills can be enumerated more exhaustively, then combine the best solutions from these blocks.
For example, in this past Sunday's crossword, y…
-
Why do the algorithms for the shortest path have different interfaces?
In my opinion, they should return a struct that lets one obtain the information they wanted, like a path between two nodes, the …
-
We want to bring back a KEQ like tool which enables proving that two programs in the same (or different) languages are equivalent.
We'll start with one that assumes the same programming language be…
-
Potential areas for improvement:
* reduce the number of subpackages and classes
* use the Builder pattern to avoid multiple overlapping constructors
* generally unify the way in which algo…
jrtom updated
7 years ago
-
High-level API for model training similar to PyTorch Lightning.
One advantage over Python is that we don't need a separate module type to add methods to a model class (e.g. train_step() and similar…
-
```
Your Name:
Overview of Lab Comments: i.e. Was this lab good or bad? Too fast? Too Slow? Does it need something new?
--- For each specific Issue (Copy this section as many times as necessary) ---…
lmock updated
9 years ago
-
Hosting details
- **Hosting Unit(Lab) Name** : Data Structures Lab
- **Repository URL** : https://github.com/virtual-labs/data-structures-iiith
- **Branch/Tag** : master/[v1.1.3](https://github.c…
-
## 🚀 Feature/ Enhancement
**Increase walk extraction speed**
I have experimented with the pyRDF2Vec package for my thesis and therefore appreciated the provided python package. During the course o…
-
This is regarding some POC I would like to prepare, at moment especially for Shortest path algo. We have currently in our graph db about 1bil vertices and 1,5bil edges and about almost 1TB db size (we…