1. 01 Sep, 2020 1 commit
    • Itamar Haber's avatar
      Expands lazyfree's effort estimate to include Streams (#5794) · 5a9a653f
      Itamar Haber authored
      Otherwise, it is treated as a single allocation and freed synchronously. The following logic is used for estimating the effort in constant-ish time complexity:
      
      1. Check the number of nodes.
      1. Add an allocation for each consumer group registered inside the stream.
      1. Check the number of PELs in the first CG, and then add this count times the number of CGs.
      1. Check the number of consumers in the first CG, and then add this count times the number of CGs.
      
      (cherry picked from commit 5b0a06af)
      5a9a653f
  2. 15 Apr, 2020 1 commit
    • antirez's avatar
      RDB: load files faster avoiding useless free+realloc. · 61b15307
      antirez authored
      Reloading of the RDB generated by
      
          DEBUG POPULATE 5000000
          SAVE
      
      is now 25% faster.
      
      This commit also prepares the ability to have more flexibility when
      loading stuff from the RDB, since we no longer use dbAdd() but can
      control exactly how things are added in the database.
      61b15307
  3. 31 Jul, 2018 1 commit
  4. 03 Jul, 2018 1 commit
  5. 15 Jan, 2018 1 commit
  6. 14 Jan, 2018 1 commit
  7. 04 May, 2017 2 commits
  8. 27 Mar, 2017 1 commit
  9. 14 Sep, 2016 1 commit
  10. 13 Jan, 2016 1 commit
  11. 01 Oct, 2015 6 commits