#garbageCollection #untypedLanguages #largeAssets #textProtocols #polling #uncompressedAssets #noMoreSprites #fullCostAbstractions https://t.co/RjvBe92goA
#fullcostabstractions #nomoresprites #uncompressedassets #polling #textprotocols #largeassets #untypedlanguages #garbagecollection
Lien vers la vidéo « Savez-vous vraiment comment fonctionne #git ? » DEVOXX FR ajouté.
Bonne vidéo, didactique, présentation claire.
https://happynumeric.fr/mediawiki/index.php/Git
#commit #tree #hash #merge #rebase #pull #fetch #push #garbagecollection
🙏🌞
#git #commit #tree #hash #merge #rebase #pull #fetch #push #garbagecollection
A new post touches the blog. This time exploring scripting languages without garbage collection.
https://capitalex.codeberg.page/scripting-languages-without-gcs/
#programming #garbagecollection #blog
›They Have Played Us #Programmer|s for Absolute #Fool|s‹
🧷 https://www.youtube.com/watch?v=QTiAWZ1YfzI&t=217s
🌺
🏷️ #Lisp #Scheme #CommonLisp #CPP #Rust #DennisRitchie #BrianKernighan #BjarneStroustrup #CLang #Rustacean #MetaProgramming #Risitas #JohnMcCarthy #Unix #Pipes #Segfault #NullPointer #UndefinedBehaviour #GarbageCollection #MemoryManagement #BellLabs #ObjectSystem #FunctionalProgramming #Syntax #Rustaceans #MemorySafety #ElRisitas #CLOS #AMOP
#programmer #fool #lisp #scheme #commonlisp #cpp #rust #dennisritchie #briankernighan #bjarnestroustrup #clang #rustacean #metaprogramming #risitas #johnmccarthy #unix #pipes #segfault #NullPointer #undefinedbehaviour #garbagecollection #memorymanagement #belllabs #objectsystem #functionalprogramming #syntax #rustaceans #memorysafety #elrisitas #clos #AMOP
Having trouble finding Baker's original incremental copying collector algorithm, unless it's the Train Algorithm. I can only find Baker's treadmill, which is also pretty cool but still uses 2x the space for a #Lisp because of keeping all cons cells in a doubly linked list.
I wonder if there's a way to use bitmaps?
Good morning :fediverse: In this morning's #Introduction #ConnectionList #FollowFriday #TwitterMigration post, I'm bringing you another list of folx you should consider following - so we more richly and deeply connect the #Fediverse.
@jess is a Staff #SoftwareEngineer in #OpenSource with interests in #web and #testing 👋
@shirley works in #dataviz and combines #code and #art to make wonder and hope 👋
@alisonmarigold is a #mycologist #scientist 👋
@hackuador does #software, specifically the #functional #fp type 👋
@steveblackburn is a #ComputerScience #professor #academic #researcher who specialises in #GarbageCollection 👋
@afsanehrazi is an Assistant #Professor #researcher #academic at #Drexel and she research #HCI, #privacy and #safety 👋
@jujuliagrace is a #doctor and #activist who is opposing privitisation of the #NHS 👋
Professor @Prof_Klinger is a #geographer and #SupplyChain #researcher 👋
@georgelakoff is #Professor Emeritus at UC #Berkeley in cognitive #linguistics and #philosophy - his Metaphors we Live By is a favourite 👋
That's all for this morning, don't forget to build your own #ConnectionList so we can more closely connect the #Fediverse ❤️
#introduction #connectionlist #followfriday #twittermigration #fediverse #softwareengineer #opensource #web #testing #dataviz #code #art #mycologist #scientist #software #functional #fp #computerscience #professor #academic #researcher #garbagecollection #drexel #hci #privacy #safety #doctor #activist #nhs #geographer #supplychain #berkeley #linguistics #philosophy
I don't want full #garbagecollection, but what I would like to be able to do is to conservatively scan the registers and stack and precisely scan part of the heap for a deferred reference counting implementation. If I were using C I'd try to use #libgc for this. Can I use libgc with #Zig without too much trouble, or is there another portable way to scan its stack and registers?
#garbagecollection #libgc #zig #gc
குப்பை லாரிகளால் இடையூறு: இரவு நேரத்தில் குப்பை அள்ள சென்னை மாநகராட்சி திட்டம்… https://patrikai.com/chennai-corporation-plan-to-remove-the-garbage-at-night/ via @patrikaidotcom@twitter.com
#garbage #GarbageCollection #GarbageRemoval @chennaicorp@twitter.com @GSBediIAS@twitter.com @SumeetUrbaser@twitter.com
#GarbageRemoval #garbagecollection #garbage
The video where I confess that I often wonder if I should give up and leave this hard stuff to the "professionals." Nooo!! Let's finish our garbage collector, okay!??
#programming #c #ruby #garbagecollection
Escape Analysis on Lists - Park, Goldberg
This paper describes a compile time analysis, called escape analysis, for determining the
lifetime of dynamically created objects in higher order functional programs, and describes optimizations that can be performed, based on the analysis, to improve storage allocation and reclamation of such objects.
#heap #garbagecollection #functionalprogramming
Memory Management in the Java HotSpot Virtual Machine - Sun Microsystems
#garbagecollection #memory #java
A concurrent, generational garbage collector for a multithreaded implementation of ML - Dollgez, Leroy
Link: http://buff.ly/2npTlUl
This paper presents the design and implementation of a "quasi real-time" garbage collector for Concurrent Caml Light, an implementation of ML with threads.
#ml #ocaml #garbagecollection #paperswelove
One Pass Real-Time Generational Mark-Sweep Garbage Collection - Armstrong, Virding
Link: http://buff.ly/2pdh7iS
In this paper we present a simple scheme for reclaiming data for such language classes with a single pass mark-sweep collector. We also show how the simple scheme can be modified so that the collection can be done in an incremental manner (making it suitable for real-time collection).
#garbagecollection #compsci #paperswelove