toyboot4e / ac-library-hs

[WIP] Haskell port of ac-library.
Creative Commons Zero v1.0 Universal
4 stars 0 forks source link

Add INLINE or stToPrim or both and compare with benchmarks #10

Open toyboot4e opened 1 month ago

toyboot4e commented 1 month ago

Use as an external library cannot be tested on online judge websites, so this is required.

toyboot4e commented 2 weeks ago

Now that the next language update is coming, I have to do it quickly, even if it's rough. Maybe I can compare ac-library-hs with toy-lib (my library) with GHC 9.4.5 using verification-helper.

toyboot4e commented 4 days ago

INLINABLE and inline phases are also of interest.