You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Avoid warnings on ComputesNanosecondTimestamps
* Tweaks
- Compute `strlen` once.
- `microtime(true)` can return different number of decimals:
These are all valid:
```
1706498205.1234
1706498205.123
1706498205.12
1706498205.1
```
* Refactor and tests
* Improve float length and more tests