Skip to content

Instantly share code, notes, and snippets.

View tamarinvs19's full-sized avatar

Vyacheslav Tamarin tamarinvs19

  • St Petersburg University
  • Saint-Peterburg
View GitHub Profile
@tamarinvs19
tamarinvs19 / gc-notes.md
Created November 13, 2022 12:15 — forked from Manishearth/gc-notes.md
RUST + GC NOTES

Rust GC Design

Table of Contents

TODO

GC History

The role of garbage collection (GC) in Rust has been heavily revised during the language's design. It was originally deeply integrated into

// XPath CheatSheet
// To test XPath in your Chrome Debugger: $x('/html/body')
// http://www.jittuu.com/2012/2/14/Testing-XPath-In-Chrome/
// 0. XPath Examples.
// More: http://xpath.alephzarro.com/content/cheatsheet.html
'//hr[@class="edge" and position()=1]' // every first hr of 'edge' class