Marco Manino

Results 5 issues of Marco Manino

The id() function now uses a Linear Congruential Generator with a 21-bit period so that it generates pseudo-random numbers without duplicates, without the need of a cache holding already used...

I really like this library and I'd really want to use it together with a C library (namely, libpq). The main problem is that it seems not possible to bind...

improvement

I have problems understanding how to use a resource to create a new observable from scratch. The most trivial example I can come out with is: ``` c++ rxcpp::observable::scope( []()...

This PR adds a check for the existence of the methodset in the interpreter implementation of typeasserts. This is necessary since this [field is optional](https://github.com/tinygo-org/tinygo/blob/release/compiler/interface.go#L250). This should be the last...

This PR adds a non-default strategy to dynamically compute the amount of entries to keep in memory based on the size of the snapshot. The problem with using a fixed...