Jun Luo
Jun Luo
Due to the long period of inactivity on this issue, I have decided to close it. If there are any more problems, please don't hesitate to reopen it.
> Here's a smaller test case you can use for testing the subarray behavior of the web view: > > ```js > 'use strict'; > > function TestBuffer(...args) { >...
The following is my test. ```js // main.js const buffer = require('buffer'); const Buffer = buffer.Buffer const data = Buffer.alloc(10); const subarray = data.subarray(0, 5) const subarray_is_buffer = Buffer.isBuffer(subarray) document.getElementById("p1").innerHTML...
> **edit:** Wait, do you mean to say your example above is not using the latest buffer or the polyfill.ts is not using the latest buffer? @chjj I'm referring to...
I modified the [email protected] package in node_modules, added `Buffer.version = "6.0.3"` in index.js, and I think this will help confirm if we are using this version. Here is the output...
@chjj I am using the same device. [this test](https://github.com/feross/buffer/issues/329#issuecomment-1973349993) is running on Google Chrome on my phone, and [this one](https://github.com/feross/buffer/issues/329#issuecomment-1974836523) is in LLM. LLM is built on React Native, and...
> Note: if you are experiencing this in a runtime which _does_ support es2016 (i.e. a modern runtime), please post the runtime/browser/platform here. > > If there is actually a...
Hi @ReidMcLaughlinSecurrency, thanks for your feedback, I will improve it later.
Hi @ReidMcLaughlinSecurrency, could you please demonstrate a demo to let me understand how you achieve such significant performance improvements?
I conducted a simple test on my MacBook Air (M1, 2020, 16GB RAM) using version 8.1.1 of the SDK. It takes about **0.18 ms** to process a single row (of...