yjh
yjh
> We need another type due to overflow checking required extra runtime overhead which not always needed. I mean providing the checked_op operator instead of providing a new type and...
Well, in the blockchain or smart contract, I personally think that we should not throw abort directly, but assert every place that needs to be checked, so that we can...
编译型语言的常量是靠编译时的检查来控制其不能改变的,即,编译出来的程序本身就没有改变常量的行为,否则编译器不会通过编译。 解释型语言的常量靠解释器运行时的检查来约束的。 比如JS ```js > const num = 1 undefined > num = 2 TypeError: Assignment to constant variable. at repl:1:5 at ContextifyScript.Script.runInThisContext (vm.js:44:33) at REPLServer.defaultEval (repl.js:239:29) at bound (domain.js:301:14)...
@geofmureithi Maybe you can wait for tokio 1.0. But seem this project has no maintainer.
Good idea, in my project, I only use arrow2 `computing` related APIs.
Any progress for no_std or wasm? I need it too. Thx!
> Well there is still the issue of std::io::Read/Write being used a lot throughout the codebase. > > These do not exist in core afaik. I am not really involved...
Fine, I will have a try if I have time :). But I have no knowledge about zstd.
It's code in kafkaJs. It regards `Array` as` Array` if its elem is not `Buffer` .
Further, it may be better if we can get some args passed to asc.