Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
3 years of coding Zsh
- X-seq: zsh-users 23489
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: 3 years of coding Zsh
- Date: Fri, 15 Jun 2018 18:55:30 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=i6o3OE8PUtYPD2X0LF6zI2Jx2wXgJx4jBMjPkKTZ+U8=; b=PdD6TxcGAlRSNFnfblSTWVhhN+71W80CIsRRfZm2JkKJaDJQK2owhWBGVJsBgW8Yp4 G/ph/nqnpzROZN9LtSP8LpIEJqEyxGdaIYdWypNmBoUxFbThx7CToBffWpSOVpiT4w4m sjP0kdOt/6iXtukdKMQOLJ7Mb9gFS0O+cD1Qf36R0Bf/Sk54FKaHw41QzpuWg9QzNYf0 z+RaHxae1UXjKVXsDhy1nzI+HQpOgd2x1nmNYNXQn/n9fZGee2JFv7QgCm2TJwgXTHtZ vRV9mCHBPxHdft6f7t/mbToV2OcNvWZsXRvdi1Z8CP7qOyo0HdbOozkJkwH6jSLyu2yO /URQ==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello,
past 3 years I have send patches or induce following changes:
- zsh to not be slow because of memory-related patch (commited around 5.0.8),
- zsh to not allocate ~2000 MB or similar memory,
- sched never misses an event,
- recursive-edit doesn't go inconsistent state,
- zcurses supports 256 colors and color "default", does'nt blink
colors randomly,
- optimization that makes array+=( ) cost-less, plus multiple (4 or
more) other optimizations,
- optimization of Zsh execution (ecstrcode to use hasher),
- uplift of GDBM module,
- zsystem flock doesn't leak descriptors,
- zsystem flock can have 0-timeout
- patterns correctly match [^ax-y],
- sourcing doesn't call sigprocmask every byte – x2 faster zsh startup.
I've would enumerate more (e.g. debugged a pattern segfault), but I've
in general lost track of my patches and/or emails.
3152 commits to Zsh projects in one year, other year 2737 commits, 7.5
commits per day. It's like if some corporation hired me to work on
open source project. That's why I thought, maybe someone would support
me via patreon (https://www.patreon.com/psprint)? I could use the
money to e.g. uplift fast-syntax-highlighting.
--
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author