*ios notes < notion
mar 27 2026

tldr

i noticed after i got to my "optimal" setup it was looking a lot like vs code and i believe i heard somewhere if you are just remaking vs code you should probably just use vs code, especially since it has a bigger plugin eco-system (less setup and worry about updates breaking something).


1.1 overview

if you have ever fix a printer for anyone, you may have likely been asked “what computer should i get?”. the answer is mac unless you’re shackled to windows. given apple’s hardware reputation. i wondered. does their software have the same polish? i needed a place to organize my thoughts as i navigated my way depths of leetcode hell.

i started using apple notes, “its built in and will sync”. i thought. i, quickly, discovered a performance issue about 25 leetcode questions in (a very real unit of measurement). the note had a simple structure: headers and collapsable section for the rest of the text. with minor effort i was able to get notes to crash on my m5 ipad. on the bright side, the unusable performance is contained to that note.

does apple know? am i the only one using apple notes? do they care or has the walled garden allowed for software mediocrity?

determined to find a better solution. i tried notion. copied over the entire note, emulated the structure, and the performance was night and day.


1.2 hypothesis

the apple note had ~50 collapsible sections about ~9000 words (50 kb file). at around the 25 question point the performance decline became noticeably worse. all performance penalties could be avoided if all sections were in their expanded state. this led me to believe that the issue was apple’s rendering of each section. i believe, although invisible, all of the elements were still being rendered. the problem worsened when scrolling causing numerous re-renders, i’d imagine it works similarly to a web page. if you have several animations or heavy javascript bundles a page may feel unresponsive. i wonder if this is a known bug in some legacy codebase developers are too scared to touch.


1.4 evidence

apple notes collapsed

notion

apple notes expanded