How to Implement the Perceus Reference Counting Garbage Collectionby@raviqqe
1,091 reads

How to Implement the Perceus Reference Counting Garbage Collection

July 14th 2022
10m
by @raviqqe 1,091 reads
tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

The Perceus reference counting (RC) algorithm is a thread-safe ownership-based RC algorithm with several optimizations. Its implementation is pretty straightforward compared with other non-RC garbage collectors. The benchmark in the Pen programming language shows significant improvement. I believe that it can be a game-changer in functional programming in the near future.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - How to Implement the Perceus Reference Counting Garbage Collection
Yota Toyama HackerNoon profile picture

@raviqqe

Yota Toyama

It's a software engineer.


Receive Stories from @raviqqe

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!