New Graph View in Rerun 0.21

Поделиться
HTML-код
  • Опубликовано: 24 дек 2024

Комментарии • 5

  • @gijsvanderklink2346
    @gijsvanderklink2346 2 дня назад

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

  • @ChrisOffner
    @ChrisOffner 5 дней назад +3

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

    • @nikolauswest1306
      @nikolauswest1306 5 дней назад +2

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

    • @ChrisOffner
      @ChrisOffner 5 дней назад +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 4 дня назад +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