New Graph View in Rerun 0.21

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ธ.ค. 2024

ความคิดเห็น • 5

  • @gijsvanderklink2346
    @gijsvanderklink2346 6 วันที่ผ่านมา

    I ran this code to compute conjecture tree. pretty cool stuff!!

  • @ChrisOffner
    @ChrisOffner 10 วันที่ผ่านมา +3

    Looks really cool! How many nodes can a graph handle and retain interactive frame-rates on, e.g., MacBook hardware?

    • @nikolauswest1306
      @nikolauswest1306 10 วันที่ผ่านมา +2

      We've tried a 6k nodes graph on MacBook hardware that retains interactive rates including the simulation based layout

    • @ChrisOffner
      @ChrisOffner 10 วันที่ผ่านมา +1

      ​@@nikolauswest1306 I see, so the 6k graph shown in the video is roughly the maximum graph size we can reasonably expect to perform at interactive rates?

    • @nikolauswest1306
      @nikolauswest1306 8 วันที่ผ่านมา +2

      @@ChrisOffner That's roughly the size that stays nice to use if the graph is changing dynamically and we're constantly running the simulation. If you only run the simulation once (or never) it can handle much bigger graphs but we haven't benchmarked that yet seriously since that wasn't the focus of this release