Simon Choi (@simcdev) 's Twitter Profile
Simon Choi

@simcdev

husband • engineer • author of isar, crimson, hive, auto_size_text, dartx, logger • 🌈

ID: 2880602664

linkhttp://simc.dev calendar_today28-10-2014 10:52:36

473 Tweet

3,3K Followers

117 Following

Simon Choi (@simcdev) 's Twitter Profile Photo

I updated the Isar benchmarks to test v4 performance. The result is surprising. The Isar SQLite engine is on par or faster than Realm and ObjectBox. (tested on iPhone 13) Please let me know if you find issues with the benchmark: github.com/isar/isar_benc… #isardb

I updated the Isar benchmarks to test v4 performance. The result is surprising.

The Isar SQLite engine is on par or faster than Realm and ObjectBox. (tested on iPhone 13)

Please let me know if you find issues with the benchmark: github.com/isar/isar_benc…

#isardb
Simon Choi (@simcdev) 's Twitter Profile Photo

I completely missed the fact that pub.dev now has topics. That's so cool!!! Package owners, please start using topics 💜 pub.dev/topics

Simon Choi (@simcdev) 's Twitter Profile Photo

If anyone needs a fast indexable skip list implementation for Dart, here you go: gist.github.com/simc/0d3c651d7… This was part of Hive but will not be needed anymore and I don't want it to get lost it took me a long time to get the details right 😅

Flutter DACH 💙 (@flutterdach) 's Twitter Profile Photo

Happy Mitte-der-Woche🙃! Pünktlich dazu die bereits angekündigte neue #podcast Folge in der Chris Marx 💙 und Verry 💙 mit keinem Geringeren als Simon Choi über Isar, Hive und Offline-First reden 🩵! 👇 podcasters.spotify.com/pod/show/flutt…

Aloïs Deniel (@aloisdeniel) 's Twitter Profile Photo

In this article, I'm excited to showcase a handful of tangible examples highlighting how Dart 3 has empowered me to craft code that's both more succinct and expressive! 🚀 ➡️ aloisdeniel.com/blog/dart-patt…

Simon Choi (@simcdev) 's Twitter Profile Photo

An Isar user reported a really difficult bug and provided a project to reproduce it. I was able to find and fix the bug within minutes. Thanks so much to all the people who go the extra mile and provide a sample project. It makes all the difference 💜

Simon Choi (@simcdev) 's Twitter Profile Photo

I tried something new with the Hive v4 docs 🍯. I'd love to get some feedback and hear what you think. github.com/hivedb/hive/tr…

Simon Choi (@simcdev) 's Twitter Profile Photo

Many apps on Desktop use the microphone so you’d assume there are decent audio APIs. You’d be very wrong. CoreAudio APIs are the absolute worst. If you ever try to do something more advanced with real time audio please remember this tweet. There is a phenomenal open source