On Fri, 24 Jun 2022 15:14:50 +0300, ??? ???? <nsh...@gmail.com> declaimed
the following:

>My TARGET  is to bind many code libraries to one Huge code file that works
>optimally and do optimizations if needed.
>In this file have code of huge part of falconpy, ALL code of re, argparse,
>are and many other code libraries
>
>This code file is contained 10k lines of python code
>

        Which means any program that just uses regular expressions has to
import, parse, and byte-code compile all 10K lines.

        There is a reason Python doesn't make super all-in-one libraries.


-- 
        Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfr...@ix.netcom.com    http://wlfraed.microdiversity.freeddns.org/
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to