Tootfinder

Opt-in global Mastodon full text search. Join the index!

No exact results. Similar results found.
@EgorKotov@datasci.social
2025-08-10 23:26:51

Get 9-30x speed doing areal-weighted interpolation with my new {𝐝𝐮𝐜𝐤𝐬𝐟} #rstats package compared to {sf}/{areal}. Experimental, but tested against both {areal} and {sf}. github.com/e-kotov/ducksf . Despite…

Benchmark scatter plot comparing areal-weighted interpolation runtimes (seconds) vs. peak memory use (MB) for three R package backends. {ducksf} with DuckDB backend is fastest (8.3s, 240MB, bottom left, green). {geosareal} with GEOS backend is mid-range (35.2s, 623MB, center, blue). {areal} with sf backend is slowest (230.7s, 1546MB, top right, orange). Ducksf logo in top-left corner.
Benchmark scatter plot comparing areal-weighted interpolation runtimes (seconds) vs. peak memory use (MB) for three R package backends. {ducksf} with DuckDB backend is fastest (8.3s, 240MB, bottom left, green). {geosareal} with GEOS backend is mid-range (35.2s, 623MB, center, blue). {areal} with sf backend is slowest (230.7s, 1546MB, top right, orange). Ducksf logo in top-left corner.
Benchmark scatter plot comparing areal-weighted interpolation runtimes (seconds) vs. peak memory use (MB) for three R package backends. {ducksf} with DuckDB backend is fastest (30.6s, 240MB, bottom left, green). {geosareal} with GEOS backend is mid-range (35.9s, 623MB, center, blue). {areal} with sf backend is slowest (284.1s, 1581MB, top right, orange). Ducksf logo in top-left corner.
@fanf@mendeddrum.org
2025-09-23 17:42:03

from my link log —
A deep dive into memory allocation in Golang.
nghiant3223.github.io/2025/06/
saved 2025-09-22

@stf@chaos.social
2025-09-02 02:16:57

new liboprf release v0.9.2, besides minor packaging fixes this brings #zig support. you can now import liboprf as a zig module and it will build a static library you can use in your zig project.
github.com/stef/liboprf/r…

@grahamperrin@bsd.cafe
2025-09-07 05:34:58

sysctl vm.pageout_oom_seq=120
― for FreeBSD on slow storage.
Pictured: a 2828-step forced reinstallation of 1534 packages – 568 FreeBSD-base, 966 FreeBSD-ports – with root-on-ZFS, 8 G swap, and less than 1 GB memory.
FreeBSD 15.0-PRERELEASE on AMD64 with KDE Plasma and applications, SDDM, and a few other things from the ports collection.
ZFS is not tuned in any way.
zfs --version
zfs-2.4.0-rc1-FreeBSD_g00dfa094a
zfs-kmod-2.4.0-zfs-2.4.0-rc1-FreeBSD_g…

@jtk@infosec.exchange
2025-07-22 20:00:47

I'm at best a combat C programmer so this latest zmap fix may be perfectly reasonable.
github.com/zmap/zmap/pull/944
Is it common, and is it a best practice to not free memory allocated in some use cases? That may be two separation questions.
I have always freed memory allo…

@khalidabuhakmeh@mastodon.social
2025-07-15 17:46:08

This shared memory pool feature is neat in #dotnet 10 preview 6.
github.com/dotnet/core/blob/ma

@mgorny@pol.social
2025-08-24 19:11:35

Przygotowałem wstępnie weryfikację autentyczności plików z #PyPI dla #Gentoo.
Wiecie, ten nowy wynalazek, który chroni przed atakami podmieniającymi pliki na PyPI, i upewnia się, że macie do czynienia z oryginalnymi plikami z GitHuba. No bo, jak powszechnie wiadomo, repozytoria na GitHubie i tamtejsze syste…

@azonenberg@ioc.exchange
2025-07-15 05:16:47

And this is why ngscopeclient development is a pain sometimes...
github.com/ngscopeclient/scope

@arXiv_condmatsoft_bot@mastoxiv.page
2025-08-07 09:35:34

Active Extensile Hydrogels Actuated by Living Polymers of the Bacterial Cytokinetic Protein FtsZ
Mikheil Kharbedia, Diego Herr\'aez-Aguilar, Macarena Calero, Horacio L\'opez-Men\'endez, Clara Luque-Rioja, Lara H. Moleiro, Cruz Santos, Pilar Lillo, Francisco Monroy
arxiv.org/abs/2508.04431

@fanf@mendeddrum.org
2025-07-21 17:42:03

from my link log —
Optimizing a simple expression parser in Rust.
rpallas92.github.io/math-parse
saved 2025-07-10