Performance

Monthly Listeners

Current

Followers

Current

Streams

Current

Tracks

Current

Popularity

Current

Top Releases

View All

Brute Force (Deluxe Edition)

14.5M streams

14,455,356

Polymorphic Code

5.4M streams

5,390,407

Data Renaissance

5.2M streams

5,189,830

OCTOPUS4

3.8M streams

3,847,870

Brute Force: Source Code

2.6M streams

2,577,182

Compiler Optimization Techniques

2.3M streams

2,336,381

The Last Spell (Original Game Soundtra...

2.3M streams

2,312,123

Brute Force: Overclock

1.7M streams

1,685,406

rootkit (Chiptune Remix)

1.3M streams

1,328,658

Critical Error

1.1M streams

1,081,321

Biography

export default class TheAlgorithm extend Music { ‏‏‎‏‏‎‏‏‎‏‏‎ ‏‏‎ ‎‏‏‎ ‎producer = "Rémi Gallego"; createdIn = 2009; origin = "France"; genre = "Instrumental synths-driven progressive metal"; socials = [ { name: "Instagram", handle: "thealgorithm_" }, { name: "Twitter", handle: "The_Algorithm" } ]; albums = [ { year: 2018, title: "Compiler Optimization Techniques", label: "FiXT" }, { year: 2016, title: "Brute Force", label: "FiXT" }, { year: 2014, title: "Octopus4", label: "Basick Records" }, { year: 2012, title: "Polymorphic Code", label: "Basick Records" } ]; oui = true; constructor() { super(); } getLiveBand() { const instruments = ["drums", "guitar", "synth", "bass"]; const musicians = [this.producer, "Jean Ferry"]; const location = "Worldwide"; return { instruments, musicians, location }; } getWebsite() { return "https://www.the-algorithm.net"; } getMerchStore() { return user.location === "Europe" ? "https://thealgorithm.8merch.com/" : "https://fixtstore.com/collections/the-algorithm"; } isFrench() { return this.oui; } }