Sujet : Re: Command line globber/tokenizer library for C?
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 13. Sep 2024, 07:49:20
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vc0n9f$o54d$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13
User-Agent : Pan/0.160 (Toresk; )
On Fri, 13 Sep 2024 07:27:47 +0200, Bonita Montero wrote:
Am 13.09.2024 um 04:43 schrieb Lawrence D'Oliveiro:
>
On Thu, 12 Sep 2024 17:47:23 +0200, Bonita Montero wrote:
Then tell me which lanuage a) has this kind of mostly minimized
language-facilities and b) you can layout data structures 1:1 like
they fit into memory (platform-dependent).
Python.
Have a look at
<
https://gitlab.com/ldo/inotipy_examples/-/blob/master/fanotify_7_example?ref_type=heads>,
and compare the C original from
<
https://manpages.debian.org/7/fanotify.7.en.html>. The Python code is
half the size and can use high-level async calls.