Petar Ivanov

Results 10 comments of Petar Ivanov

Thank you for pointing that out @HCastano. I haven't run into the issue, but I haven't done extensive testing and benchmarking. The use case is implementing computation on encrypted data...

> Did you already consider adding this as a const to the `Environment` trait? > > I realize that adding that `E: Environment` trait bound to `StaticBuffer` could be hairy...

@ascjones I looked at different parts of code and, essentially, I am not exactly sure how to get the actual `Environment` type in the `ink_env` crate to use in the...

@wilx Thank you for the explanation. I'd like to discuss another case (generally, not related to Windows only). The documentation says that the library cannot be used before **main()** -...

@wilx Thanks for the answer. But I was wondering if I am initializing my static logger instances via a call to `getInstance()` - wouldn’t that trigger initialization of the library...

I think my PR solves it: https://github.com/chrisdonahue/LakhNES/pull/11

> We need to sync access to those maps, because they get modified/queried > by multiple threads. We introduce 2 mutexes that guard each and > make sure we never...

Do we want to merge this in 0.11.x at that stage? @teoparvanov?

API looks good! I just have one question that I posted above.