Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.paths: Optimize path joining with few arguments | Kim Alvefur | 2020-10-11 | 1 | -2/+12 |
| | | | | | | | | | A casual search suggests that the majority of paths.join() calls involve only two arguments. This saves the creation of a table for up to 3 arguments. Looks like 3x faster for 3 arguments or less, 5% slower when it uses the array to concatenate. | ||||
* | util.paths: Don't treat path as pattern, fix traceback (thanks Menel87) | Kim Alvefur | 2019-11-08 | 1 | -2/+2 |
| | |||||
* | util.paths: Fixed file termination for package.cpath's extra path | João Duarte | 2019-08-16 | 1 | -1/+1 |
| | |||||
* | util.paths: Refactored a variable, to avoid shadowing | João Duarte | 2019-08-01 | 1 | -4/+4 |
| | |||||
* | util.paths: Added the function 'complement_lua_path' | João Duarte | 2019-08-01 | 1 | -0/+16 |
| | |||||
* | util.paths: Add function for joining path segments | Kim Alvefur | 2014-11-08 | 1 | -0/+6 |
| | |||||
* | core.configmanager: Move path utility functions into util.paths | Kim Alvefur | 2014-05-09 | 1 | -0/+38 |