[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Why is Elisp slow?
From: |
Emanuel Berg |
Subject: |
Re: Why is Elisp slow? |
Date: |
Sat, 04 May 2019 02:33:59 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Ergus wrote:
> That's the strategy that made python become
> so successfully (plus the language
> simplicity). The existence of Cython, Numba +
> Pure C/Fortran core libraries like numpy and
> a simple C API to extend it. So when a user
> implements anything in 100% python; if it has
> performance issues she only needs to change
> the python lists with numpy arrays and numpy
> functions and that's it, the difference will
> be observed immediately. But if a specific
> function still represents a problem she can
> implement it easily in C or use a C library
> directly with CTypes, Pybind11 or boost, that
> uses dlopen instead of create processes and
> parse outputs and writes in numpy
> arrays/types directly.
Jesus these days you need a PhD to write
a program.
--
underground experts united
http://user.it.uu.se/~embe8573
- Re: Why is Elisp slow?, (continued)
- Re: Why is Elisp slow?, Paul W. Rankin, 2019/05/02
- Re: Why is Elisp slow?, Eli Zaretskii, 2019/05/03
- Re: Why is Elisp slow?, Ergus, 2019/05/03
- Re: Why is Elisp slow?, Eli Zaretskii, 2019/05/03
- Re: Why is Elisp slow?, Óscar Fuentes, 2019/05/03
- Re: Why is Elisp slow?, Ergus, 2019/05/04
- Re: Why is Elisp slow?, 조성빈, 2019/05/04
- Re: Why is Elisp slow?,
Emanuel Berg <=
- Re: Why is Elisp slow?, tomas, 2019/05/03
- Re: Why is Elisp slow?, Van L, 2019/05/10
- Re: Why is Elisp slow?, Michael Heerdegen, 2019/05/10
- Re: Why is Elisp slow?, Emanuel Berg, 2019/05/10
- Re: Why is Elisp slow?, Emanuel Berg, 2019/05/10
- Re: Why is Elisp slow?, Stefan Monnier, 2019/05/10
- Re: Why is Elisp slow?, Emanuel Berg, 2019/05/10
- Is Elisp really that slow? (was: Why is Elisp slow?), tomas, 2019/05/11
- Re: Is Elisp really that slow? (was: Why is Elisp slow?), 조성빈, 2019/05/11
- Re: Is Elisp really that slow? (was: Why is Elisp slow?), tomas, 2019/05/11