mirror of
https://codeberg.org/JasterV/jaster.xyz.git
synced 2026-04-27 02:15:40 +00:00
wip: images
This commit is contained in:
parent
4d4b009676
commit
8754c90a9a
3 changed files with 2 additions and 2 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 462 B After Width: | Height: | Size: 1.3 KiB |
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: "Implementing a reference-count map in Rust"
|
||||
description: "A reference-count map is a data structure that keeps track of how many references to an entry exist and drops it when the last reference drops."
|
||||
pubDate: 2025-12-03
|
||||
image: "./assets/elixir.svg"
|
||||
pubDate: 2025-12-09
|
||||
image: "./assets/wizard.png"
|
||||
---
|
||||
|
||||
I came up with the term Reference Count Map for a map-like data structure that uses a reference counting system to know when to automatically clean up an entry.
|
||||
|
|
|
|||
BIN
src/content/blog/assets/wizard.png
Normal file
BIN
src/content/blog/assets/wizard.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
Loading…
Add table
Add a link
Reference in a new issue