-
Comparing functools.cache and cashews in mem cache:
- functools takes `500 ns` to return (sync function)
- cashews takes `75000 ns` to return (async function)
for reference I used that for Cash…
-
I think it would be nice to have
```julia
@timeit to myfunc_has_long_name(my, args)
```
as a shord hand
```julia
@timeit to "myfunc_has_long_name" myfunc_has_long_name(my, args)
```
If people …
-
I would find it very useful if the profiler breakdown was closer to other profilers I have used in the past, specifically:
![image](https://cloud.githubusercontent.com/assets/294599/8351885/663b8bc6-…
-
#1290 says the "actual resolution" of time.monotonic_ns is 1ms due to this being the unit at which common_hal_time_monotonic ticks. It appears that time.sleep also has an actual resolution of 1ms. It …
-
Also add possibility to make filename longer without line break.
Cool library!
-
According to https://www.nxp.com/docs/en/user-guide/UM10204.pdf section 3.1.3: The data on the SDA line must be stable during the HIGH period of the clock. The HIGH or LOW state of the data line **can…
phsdv updated
3 months ago
-
I wonder if we could precompile some functions to reduce first time latency calls, e.g. I think we can go from `f` timings to `g` timings in this example scenario:
```julia
julia> struct A
…
-
Hi!
As we are not using std we have no Instant() function, also, I've seen old code, that does not work for me using current version, using kernel::hl1::... for timer functionality
The question!…
-
Hi,
First thanks for developing this middleware, that looks like exactly what's missing in the ecosystem.
I am not able to make it work though. I keep getting the TypeError at the initialization…
-
**Describe the bug**
The initial calculated data phase timing for NXP S32 CANXL may not accurate as expected. This is due to the CANXL IP on this SoC share the same bit time quanta prescaler for no…