-
## Feature Design Document
### Background
#### Current Code Base
TiFlash currently has an relatively old math function vectorization mechanism inheritated from ClickHouse's old code base:
http…
-
# Description
Hi there!
Am abit confused what is the purpose of complicating a function definition with the **curry** function. Seems like just having a method f(T x, T y), seems to work the same a…
-
### 1. Introduction to JS
- [x] What is JavaScript?
- [x] How to run Javascript
### 2. All about Variables
- [x] Variable Declarations (var, let, const)
- [x] Hoisting
- [x] Naming Rules
- [x] …
-
**Feature request checklist**
- [x] There are no issues that match the desired change
- [ ] The change is large enough it can't be addressed with a simple Pull Request
- [ ] If this is a bug, ple…
-
Provides the common use-case of creating custom fallible arrays in a reliable and unified way. Particularly useful for elements that don't implement Copy, Clone or Default.
### Public API
```rus…
-
When the new parser is merged, I would like to add some new features.
# Feature 1: Symbols as functions
I would like to able to use `+` as a function:
```
foldLeft(+, 0, l)
```
I would o…
-
ChapelBase is a grab bag/hodgepodge of misc support functions, classes, and other stuff.
We should split it up into logical modules for maintainability/organization as well as documentability reaso…
-
It looks like there is memory leak in kroto+ when many unary calls are made inside a runBlocking-block, reproduced here: https://github.com/blachris/kroto-plus/commit/223417b1a05294a0387d13f421c0fa8ae…
-
In a local module, the following fails.
`m` is a structured matrix defined in the module. `rm` is a `Matrix`. Adding print statements to the method for `*` shows that the method in the module is in…
-
thread declarations created, however problems with function call for binary search algorithms persist