Lian Yang

Results 15 comments of Lian Yang

> Please consider making this PR at https://github.com/libusb/hidapi > See #373 Ok, see libusb/hidapi#41

各位大佬们,出来围观吊打我吧

准备投入实际使用了

我也特别想知道,因为我存的数据也比较多,大概4M存储空间 10万条左右的数据,不知道有没有算法优化查找?比如B树等

当然没法跟你这个16G比,你那个太变态了

我已经实机测试过了,确实比较慢,FlashDB 在设计时候 对查找方面的考虑就是引入了 cache,而且这个 cache 设计也是挺慢的,不适合 4M 数据,更不适合16GB 非常适合保存一下配置这些

> hi. related with buffer size. this change should help: ![image](https://user-images.githubusercontent.com/6499601/157929840-31c56fa6-2c4a-45f2-aad9-a7a7c8613928.png) not work.

> > hi. related with buffer size. this change should help: ![image](https://user-images.githubusercontent.com/6499601/157929840-31c56fa6-2c4a-45f2-aad9-a7a7c8613928.png) > > not work. Sorry, my fault. The CR and LF were eaten before sending to cAT. It...

```go // create a store before // set cookie path store.Options(sessions.Options{ Path: "/", }) ``` [details](https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#define_where_cookies_are_sent)