Lombiq / Hastlayer-SDK

Turning .NET software into FPGA hardware for faster execution and lower power usage.
https://hastlayer.com
BSD 3-Clause "New" or "Revised" License
301 stars 33 forks source link

Hastlayer-accelerated ImageSharp Orchard Core integration (HAST-192) #77

Open Piedone opened 2 years ago

Piedone commented 2 years ago

Integrate the Hastlayer-accelerated ImageSharp implementation (https://lombiq.atlassian.net/browse/HAST-170) into Orchard Core.

The point is to be able to demonstrate the performance difference between the default (CPU-using) image resizing and the Hastlayer-accelerated one. Thus, the implementation should take over whenever image resizing happens in OC with ImageSharp. We should be able to showcase the performance difference, like the response time of an HTTP request.

Jira issue