pathom

:pathom: https://github.com/wilkerlucio/pathom/ & https://pathom3.wsscode.com & https://roamresearch.com/#/app/wsscode
markaddleman 2021-02-07T19:52:57.185100Z

Thanks. I'm switching my production app over to use Pathom3. I'm seeing nice wins with smart-map (primarily by hiding some case switching logic from the clients) . There is a big win by using the new placeholder capability in EQL.

🎉 1
wilkerlucio 2021-02-08T15:51:01.193700Z

awesome, can you also check how performance is affected with the migration?

wilkerlucio 2021-02-08T15:51:23.193900Z

I wonder how much of the gains I see in my "lab tests" translate to real app performance gains

markaddleman 2021-02-08T16:06:58.194100Z

I can't really do performance comparisons, unfortunately. Performance on the API layer is not really an issue for us since many of our APIs are backed by OLAP-style queries on the database. Given the performance of the DB queries is typically 5 - 15 seconds, the performance of the API shim layer almost doesn't matter