-
Is there already a plan to add binary ops like bitcount for [XNOR-NET](http://arxiv.org/abs/1603.05279)?
bhack updated
4 years ago
-
* [x] inner-list ABNF specifies single SP, but parsing eats OWS
* [x] token doesn't allow +, which is common in media types. Other chars too?
* [x] explicitly talk about parameter extensibility
* […
-
**Steps:**
- [x] Review alternatives to improve performance in `Sysfs.java`
- [x] Evaluate the performance with JMH
- [x] Consolidate changes with current architecture
**Original Request:**
…
-
I'm reading from a geographic shapefile that has, among other data types, a list of coordinates, such as...
```
{
"type": "FeatureCollection",
"features": [
{
"geometry": {
"type": "Polygon…
-
Why use Float instead of BigDecimal in your Tax object?
-
First of all, I’ve been playing with the code in this repo and it’s very helpful, thanks!
I managed to reproduce the p300, but I haven't figure out the scale of the values I see. The general sayin…
-
```
ergo$ return 1.0 / 0.0;
Response. inf
: {emit: Unit[], response: Double, state: Unit}?
ergo$ return 0.0 / 0.0;
Response. nan
: {emit: Unit[], response: Double, state: Unit}?
ergo$ ret…
-
While experimenting with using TTX and OT variations fonts, I was surprised to see that the axis values in fvar (min, max and default, and also settings for fvar's Named Instances) are extracted with …
-
**Godot version:**
Godot 3.0.2
**OS/device including version:**
Manjaro Linux 17.1.7
**Issue description:**
When creating a Vector or assigning numbers to it that have floating po…
-
The `math` builtin in fish is extremely slow (~30x slower than bash arithmetic).
### Reproduction Steps:
1. Run the `math` builtin for simple arithmetic (tested on fish 2.3.0):
```
$ time …