GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Embed Notice

HTML Code

Corresponding Notice

  1. Embed this notice
    alcinnz (alcinnz@floss.social)'s status on Sunday, 29-Dec-2024 06:23:56 JSTalcinnzalcinnz
    in reply to
    • Sergey Shandar

    Removing unreachable nodes is essentially a garbage collection (GC) pass: traverse the graph to get the set of all reachable nodes, the remainder are unreachable & should be removed!

    Perform such a GC on the inverse-graph (all edges pointing the opposite way) to collect the "dead" nodes which can't reach an end-state!

    The tricky bit is merging duplicate nodes... (unless as @functionalscript notes, you defer to a content-addressed runtime) There's a couple algorithms for this!

    2/4?

    In conversationabout a year ago from floss.socialpermalink
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.