-
#### Problem
In the `Blockstore`, we have a column called `index`. The `index` column is used for tracking which shreds we have / haven't received for any given slot. The data structure to track this…
-
Hello,
I'm using v2.0.0 dataset and successfully followed the example on loading Waymo data using dask.
This is all fine for quick testing, but when I use the same method on my data loader things d…
-
I don't quite know if this is the proper place for this, but is there a way to make certain guarantees that unsafe code external to the crate can depend upon? I use this code a lot for code that is su…
-
### Problem
We want to enhance the OSM profile pages with more engaging and informative features, similar to HDYC. These features aim to display user contribution summaries, activity patterns, and …
-
[//]: # "SPDX-FileCopyrightText: Copyright (c) 2022-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved."
[//]: # "SPDX-License-Identifier: Apache-2.0"
[//]: # ""
[//]: # "Licensed under the …
-
I’ve encountered a significant limitation with the internal SubReadStream class in System.IO.Compression. When calling ZipArchiveEntry.Open() with a ZipArchive in ZipArchiveMode.Read, the returned Sub…
-
How to pass large data between JVM and Wolfram efficiently? The Clojure - Python bridge uses direct memory sharing for passing of (large primitive) data efficiently. Turning 100k rows of data into JLi…
-
* The `collect` function recursively `concat`s on a tree, making the time complexity quadratic. This can be avoided using difference lists.
* The `do_label` step builds some unnecessary intermediate …
-
# NoSQL Database Schema Design for Data
## User Story
As a backend developer, I want to design and implement a NoSQL database schema to store data efficiently so that it can be retrieved quickly …
-
Extend the backend API to support fetching, updating, and deleting appointments. Ensure secure and efficient handling of appointment data.