-
@lawremi's notes moved over from the plyranges wiki
## Design Goals
We have basically the same goals as for (G)Ranges: make
SummarizedExperiment easier to use.
## Data Structures
The …
-
# Preamble
DSP: 156
Title: Green Belt Land Proposal
Author: Rus Hughes
Status: Draft
Type: Informational
Created: 2018-04-02
# Abstract
A green belt or greenbelt is a policy and land use des…
-
I've run performance analysis on matching NN with BallTree (same with KDTree), and the matching time is linear to number of elements, and should be O(log(n)).
Here are the result of benchmark:
nu…
-
(I'm going to try to start writing up issues for some of the ideas I have recorded over the past year or so for amazing things we can do with the new compiler infrastructure here. I'll apply this big-…
-
Aim: run algorithms in parallel as much as possible, with maximal efficiency.
This will be an umbrella issue based on following idea:
> I see 3 different levels of parallelisation that could b…
-
[reporter="ngoodman", created="Thu, 21 Jan 2010 15:17:14 -0500 (GMT-05:00)"]
We've received some feedback that a great extension to the LABELs feature, would be to allow the user to rollback the curre…
-
### Qubes OS release: 4.2
### Brief summary
I'm unable to boot StandaloneVM from an ISO image stored on archlinux-community based AppVM. The workaround is to move the ISO to a debian-based AppVM…
-
**What problem does this solve or what need does it fill?**
When the timestep between a `PhysicsSystem` and `RenderSystem` differs (i.e. because the PhysicsSystem runs on a fixed timestep), and `Re…
-
### Description
Some models in the IDEAS_dev library silently fail during C compilation, see, e.g., [IDEAS.Examples.TwinHouses.BuildingN2_Exp1](https://libraries.openmodelica.org/branches/master/ID…
-
### Background and motivation
Convenient conversion from a vector to a tuple of its components and vice versa.
### API Proposal
```csharp
namespace System.Numerics;
public struct Vector2
{
…