Zum Hauptinhalt springen
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Intelligence View
⚡ tsecurity.de Intelligence

The 10 fastest programming languages in the world

In the current and future world where the amount of information is very large: Big Data there is a notable need for tools that match this reality, which is why the speed of programming languages is essential. There are several ways to…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

In the current and future world where the amount of information is very large: Big Data there is a notable need for tools that match this reality, which is why the speed of programming languages is essential.



There are several ways to test the speed of languages, among them there is a simple way which is to check with the command GNU time the execution time, for example, of a for loop to perform 1000 cycles. And we've already done this in a series with 3 videos on Youtube:






Note: Since the tests were performed on video, the screencast was turned on and the performance with screen recording is slightly higher than if it is done without it. And this is not a detail, but rather necessary information.




The tests performed above were performed with 30 programming languages, including: C++, C, JavaScript, Python, Lua, Swift, Java, Go, and others.



We did not make comparisons with Assembly, because Assembly would certainly be in first place. Although C, C++, Zig and others transpile the final code to Assembly, it is not the same as writing in pure Assembly, since these languages create a dynamic link to other code, which in the end greatly influences the final result, which is why Assembly is always the fastest.



However, the final ranking had some surprises and in this article we will see, in descending order, the 10 fastest programming languages according to this test. Remember that I did the same test with some that are not on the list and that performed well and we will include them in the list, since they were in the TOP10.









10th POSITION: Dlang



Dlang



Dlang or simply: D, is a general-purpose programming language designed by Walter Bright of Digital Mars.



It is mostly based on C++, although it is not just a variant. The stable version of the first specification (v1.0) was released in January 2007. Native D code is generally as fast as the code.









09° POSITION: Swift



Swift



Swift is a compiled, multi-paradigm, high-level, general-purpose programming language created by Chris Lattner in 2010 for Apple Inc. and maintained by the open source community.



Swift compiles to machine code and uses a compiler based on LLVM, also created by Chris Lattner. Swift was first released in June 2014.



Swift replaced all of Apple's Objective-C and Objective-C++ code in just a few months of existence, which ended up encouraging Rust (based on Swift's ideas) to try the same feat, that is, to try to replace C and C++ code, but the community has not yet embraced this idea as Apple, which is a closed and private company.



Today, Swift is available for any operating system and architecture, and not just for Apple devices.




After the release of the new versions of Swift, I redid the tests and it moved up in position!










08° POSITION: Lua



Lua



Lua is an interpreted, high-level scripting programming language, with dynamic and multiparadigm typing, reflective and lightweight, designed by Tecgraf of PUC-Rio (created by Brazilians) in 1993 to expand applications in general, in an extensible way (which unites parts of a program made in more than one language), for prototyping and to be embedded in complex software, such as games. It resembles Python, Ruby and Icon*, among others.









7th POSITION: Rust



Rust



Rust is a general-purpose programming language that emphasizes performance, type safety, and concurrency. Rust's performance is directly linked to the use of LLVM which took about 20 years to complete and is written in C++.



Rust based its ideas on Swift (automatically sanitizes memory) and mixed the syntax of languages ​​such as: C++ (use of std, main, ...) and OCaml.



In 2022, Rust was involved in controversy due to its logo, which was declared copyrighted, an attitude that led to problems with the operating system: Debian GNU/Linux, which does not accept this type of license.









06° POSITION: Perl



Perl



Perl is a family of two multiplatform programming languages, Perl 5 and Perl 6i, and later renamed: Raku.



Perl was originally developed by Larry Wall in 1987.



Perl is considered the fastest scripting programming language ever created to date. Perl was also the basis for the development of the programming language: PHP, with a very similar syntax.









05th POSITION: Ada



Ada



Ada is a high-level, structured, statically typed, imperative, object-oriented programming language inspired by Pascal and other languages.



It was the first programming language designed for Memory Safe (or more correctly: Memory Sanitize), that is, it makes it easier for the programmer to dynamically deallocate data, test for overflow at compile time, and automatically destroy unused objects.



Ada was originally designed by a team led by French computer scientist Jean Ichbiah from Honeywell under contract with the United States Department of Defense (DoD) from 1977 to 1983 to replace more than 450 programming languages ​​used by the DoD at that time.



Ada was named after Ada Lovelace (1815–1852), who is credited as the first computer programmer.









04° POSITION: Vala



Vala



Vala is an object-oriented programming language with a self-hosted compiler that generates C code and uses the GObject system.



Vala is syntactically similar to C#.



It was developed by GNOME and aims to bring modern features to GNOME developers without imposing any additional runtime requirements and without using a different ABI.









03° POSITION: Fortran



Fortran



Fortran, an acronym for IBM Mathematical FORmula TRANslation System, is a programming language aimed at scientific and technical computing and specially designed for efficient runtime execution on a wide variety of processors.



It was initially developed in the 1950s and standardized in 1966. It is currently the third most popular programming language in high-performance computing









02nd POSITION: C



C



C is considered the mother of almost all modern programming languages.



The initial development of C took place at AT&T Bell Labs between 1969 and 1973, created solely by Dennis Ritchie. The first book on the C Language had the help of Brian Kernighan. This book is the best-selling book in the world when it comes to programming.









1st POSITION: C++



C++



And in the very first place was C++.



C++ is a programming language that is based on the Simula and C programming languages (and also compiles C code).



Originally C++ was called "C with Classes", but soon after it was changed to C++ (an enhanced C: ++, like a for loop, for example).



I created my own programming language with C++: https://github.com/terroo/mylang.






Remember that the codes used for the performance tests can be found in the repository: https://github.com/terroo/langs-test-loop.

1. Sofort-Triage & Abwehrmaßnahmen

SOC Incident Playbook: Remote Code Execution (RCE) Defense
Syntax validiert (0 Fehler)
title: Detect Exploitation - The 10 fastest programming languages in the world
id: f58c7697-b426-411f-81ed-dddf1673120d
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-26
logsource:
  category: network_connection
  product: any
detection:
  selection:
      CommandLine|contains:
        - 'exploit'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
Syntax validiert (0 Fehler)
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-26"
        description = "YARA Signature for "
    strings:
        $str = "The 10 fastest programming lan" ascii wide
    condition:
        any of them
}
Syntax validiert (0 Fehler)
index=security sourcetype IN ("cisco:asa", "pan:traffic", "zeek_conn", "suricata", "WinEventLog:Security")
("The 10 fastest programming languages in ")
| stats count earliest(_time) as first_seen latest(_time) as last_seen by src_ip, dest_ip, dest_host, signature
| eval first_seen=strftime(first_seen, "%Y-%m-%d %H:%M:%S"), last_seen=strftime(last_seen, "%Y-%m-%d %H:%M:%S")
| sort - count
Syntax validiert (0 Fehler)
message: "*The 10 fastest programming languages in *"
Syntax validiert (0 Fehler)
CommonSecurityLog
| where Message has "The 10 fastest programming languages in "
| summarize EventCount = count(), FirstSeen = min(TimeGenerated), LastSeen = max(TimeGenerated) by SourceIP, DestinationIP, DestinationPort, Activity
| extend DetectionRule = "iShareStuff-CTI-Compiled"
| sort by EventCount desc

2. Cyber Threat Intelligence & Forensik

CTI Threat Relationship Graph3 Knoten / 2 Relationen
CVE / Incident Software MITRE ATT&CK CWE Weakness IoC
🎯
MITRE ATT&CK Matrix Navigator 14 Taktiken
Reconnaissance
-
Resource Development
-
Initial Access
Execution
Persistence
-
Privilege Escalation
Defense Evasion
Credential Access
-
Discovery
-
Lateral Movement
-
Collection
-
Command and Control
Exfiltration
-
Impact
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich The 10 fastest programming languages in .... Basierend auf 368k Vektor-Korrelationen werden sofortige Isolationsmaßnahmen für betroffene Endpunkte empfohlen.

🛡️ Angriffsfläche & Exposure

Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.

⚡ Empfohlene Sofortmaßnahmen
  • 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
  • 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
  • 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
🔗 Semantisch verwandte Zero-Days MariaDB 11.7 VEC
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten The 10 fastest programming languages in the world

Thematisch verwandte Begriffe: fastest, programming, languages, world · 6 Treffer

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

💬 Kommentare werden geladen…
Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-100620 | Capgo CLI (npm package @capgo/cli) through 7.98.2 is affected by an ove…
Advisory →
tsecurity.de Icon
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag