-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
Description
@stefannibrasil and I did some profiling and found that by autoloading OpenSSL, we could improve Faker's loading time by about 17%. A lot of the time is spent on set_default_paths.
Given that OpenSSL is only used in a very limited way and only by 3 generators, this would speed up the library for most users.
Reactions are currently unavailable