-
When generating modelled crossings, the modelled crossing archive is always going to be necessary to keep IDs of modelled crossings constant.
We could avoid this by basing the crossing id on the bl…
-
Some of the most useful functions in stplanr revolve around handline OD data, like `od2line()`, `od_oneway()` and `odmatrix_to_od()`. I wonder if it would be useful, based on the concept of modularity…
-
Several multithreaded algorithms require randomness, for example all the Monte-Carlo methods used in:
- Finance
- Reinforcement learning
- Ray tracing
- ...
However due to the dynamic load bala…
-
Tuples, or immutable lists, are very useful. Because they are immutable
they can be used as keys in maps, and they can be optimised for access speed and size.
## Syntax
In Python (which is whe…
-
onewayid performance is exponentially slower on large datasets, especially if character IDs are used
I've implemented a replacement for od_id_order() that uses Szudzik pairing in https://github.com…
mem48 updated
5 years ago
-
```dart
int get hashCode => (x ^ y).hashCode;
```
https://github.com/munificent/piecemeal/blob/master/lib/src/vec.dart#L259
This basically guarantees conflicts. For example, here's a list of v…
-
**[Original report](https://bitbucket.org/controlsfx/controlsfx/issue/872) by Paul Szudzik (Bitbucket: [java2laser](https://bitbucket.org/java2laser), GitHub: Unknown).**
----------------------------…
-
Evenly distributed bits for consecutive numbers
http://stackoverflow.com/questions/3816466/evenly-distributed-hash-function