Coder Social home page Coder Social logo

Comments (6)

armink avatar armink commented on August 30, 2024

这个可能也不算是 bug ,毕竟 set_default 时,不知道已经执行过 format 。set_default 这个 API 用户也可以随时调用

要避免这个重复擦除,可能得再增加额外代码。如果,这个问题对用户产品没有影响,是不是用户也能接受呢。

from flashdb.

EtcFly avatar EtcFly commented on August 30, 2024

这确实应该不算bug, 因为这个实际应该只在初始化的时候会出现。 还有一个疑惑, 希望作者可以帮忙解释一下。FlashDB相对于EasyFlash来说, 除了TSDB的时间戳功能, 有哪些性能的提升, 或者功能的迭代? 对EasyFlash涉世未深, 蛮疑惑

from flashdb.

armink avatar armink commented on August 30, 2024

支持 多分区,多实例 。数据量大时,可细化分区,降低检索时间;

这个也算是个最大改变

from flashdb.

EtcFly avatar EtcFly commented on August 30, 2024

这个我在阅读源码的时候也发现了, 以前在做easyflash的时候, 如果空间设的较大, 比如1M的时候, 垃圾回收严重到会让外部看门狗复位, 而且数据检索时间延迟较大。 那二者的差异就目前的版本来说这个是主要的功能和性能提升吗?

from flashdb.

armink avatar armink commented on August 30, 2024

是的

from flashdb.

likyo avatar likyo commented on August 30, 2024

我改了一部分代码,让每次只回收一个扇区就退出,下次再回收

from flashdb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.