Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

READ ME (Algorithms)

Table of Contents

Here are some great algorithms you might find quite useful.

  • Performing Mass Updates Quickly: There will always be a time where you need to fix data, sanitize it, or make it different for some reason. Even when you fix a bug that wrote data to a database; it doesn't mean the data was all fixed and made right when you fixed the bug! Find out to do mass updates or adding of records that are literally 10 times as fast as doing individual patches for each record in a loop.

History

Date Author Changes
2026-01-27 Migration Initial TOC and history section added