Performance of Lambda Expressions in High Level Programming Languages Cover Image

Performance of Lambda Expressions in High Level Programming Languages
Performance of Lambda Expressions in High Level Programming Languages

Author(s): Todor Todorov, Nikolay Noev
Subject(s): Electronic information storage and retrieval
Published by: UIKTEN - Association for Information Communication Technology Education and Science
Keywords: lambda expressions; programming languages; comparison of performance

Summary/Abstract: Functional programming is a programming paradigm that is becoming increasingly popular among software developers. This is due in part to the rise of distributed systems and the need for more robust and scalable code. In the paper is presented an overview of the syntax and capabilities of Lambda expressions in three programming languages – C#, Java and Python. Performance of programming language constructions is an important research task. Some popular topics for investigation are comparison of programming languages efficiency in fields like bioinformatics or classification of Lambda expression usage and their productiveness. In the current study the performance of Lambda expressions is tested with three specific test cases and the results are compared to alternative technologies that could be used to solve similar problems. The results shows that speed performance of C# is the best from the compared languages and that List Comprehensions is the optimal method for collection filtering in Python.

  • Issue Year: 12/2023
  • Issue No: 4
  • Page Range: 2235-2240
  • Page Count: 6
  • Language: English