mirror of https://github.com/curusarn/resh
Tag:
Branch:
Tree:
4383d2b30a
add_guided_install_mode
master
2.7.1
v2.1.0
v2.1.0-rc1
v2.1.0-rc2
v2.2.0
v2.2.1
v2.2.2
v2.2.3
v2.2.4
v2.2.5
v2.2.6
v2.2.7
v2.3.0
v2.3.1
v2.3.2
v2.3.3
v2.3.4
v2.3.5
v2.3.6
v2.3.7
v2.4.0
v2.4.1
v2.4.10
v2.4.11-rc1
v2.4.11-rc2
v2.4.11-rc3
v2.4.11-rc4
v2.4.11-rc5
v2.4.11-rc6
v2.4.12
v2.4.13
v2.4.2
v2.4.3
v2.4.4
v2.4.5
v2.4.6
v2.4.7
v2.4.8
v2.4.8-rc1
v2.4.9
v2.5.0
v2.5.1
v2.5.10
v2.5.11-rc1
v2.5.12
v2.5.13
v2.5.14
v2.5.15
v2.5.16
v2.5.17
v2.5.18
v2.5.19
v2.5.2
v2.5.21
v2.5.22
v2.5.23
v2.5.24
v2.5.25-rc1
v2.5.26
v2.5.27
v2.5.28
v2.5.3
v2.5.4
v2.5.5
v2.5.6
v2.5.7
v2.5.8
v2.5.9
v2.6.0
v2.6.1
v2.7.0
v2.7.0-rc1
v2.7.10
v2.7.10-rc1
v2.7.11
v2.7.12
v2.7.13
v2.7.14
v2.7.15
v2.7.15-rc1
v2.7.16
v2.7.2
v2.7.3
v2.7.4
v2.7.5
v2.7.6
v2.7.7
v2.7.7-rc1
v2.7.8
v2.7.9
v2.8.0
v2.8.0-beta1
v2.8.0-beta2
v2.8.1
v3.0.0
v3.0.0-rc1
v3.0.0-rc2
v3.0.0-rc3
v3.0.0-rc4
v3.0.0-rc5
v3.0.1
v3.0.2
${ noResults }
1 Commits (4383d2b30ad26f62f9be7ead79ebd522155ce77a)
| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
cb5e01bd07 |
Use Go binary to get epochtime
I have benchmarked: - 'date +%s.%N' -> 1.3ms - 'resh-get-epochtime' -> 2.1ms - 'date --version' -> 1.1ms This means that it's better to run the Go binary once than running 'date' multiple times to check that it is installed and then to get the time. Also it's just much simpler and robust to have one binary instead of shell function with multiple if-else branches. |
3 years ago |