OFFRE LISEUSES

Une liseuse achetée = une housse offerte* jusqu'au 21 juin

Nouveauté

Efficient Data Processing in Pascal: Parse Large Datasets and Handle File Systems with Ease. Advanced Programming Techniques with Pascal

Par : Lex Cornell
Offrir maintenant
Ou planifier dans votre panier
Disponible dans votre compte client Decitre ou Furet du Nord dès validation de votre commande. Le format ePub protégé est :
  • Compatible avec une lecture sur My Vivlio (smartphone, tablette, ordinateur)
  • Compatible avec une lecture sur liseuses Vivlio
  • Pour les liseuses autres que Vivlio, vous devez utiliser le logiciel Adobe Digital Edition. Non compatible avec la lecture sur les liseuses Kindle, Remarkable et Sony
  • Non compatible avec un achat hors France métropolitaine
Logo Vivlio, qui est-ce ?

Notre partenaire de plateforme de lecture numérique où vous retrouverez l'ensemble de vos ebooks gratuitement

Pour en savoir plus sur nos ebooks, consultez notre aide en ligne ici
C'est si simple ! Lisez votre ebook avec l'app Vivlio sur votre tablette, mobile ou ordinateur :
Google PlayApp Store
  • FormatePub
  • ISBN8235997530
  • EAN9798235997530
  • Date de parution09/04/2026
  • Protection num.Adobe DRM
  • Infos supplémentairesepub
  • ÉditeurIoakim Ioakim

Résumé

Master High-Performance Data Processing in PascalMost developers reach for scripting languages when data grows large, only to find their pipelines choking on gigabyte-scale files. Efficient Data Processing in Pascal takes a different approach: strip away the abstractions, command the machine directly, and build processors that run at the physical limits of your hardware. This implementation-driven guide teaches you how to move beyond basic file handling and engineer production-grade data pipelines using Free Pascal.
You will learn exactly what happens between your code, the runtime, and the operating system, and how to exploit that knowledge for maximum throughput. What You Will Learn: How operating systems manage files via inodes, file descriptors, and the kernel Page Cache Why naive ReadLn loops fail at scale and how chunked buffered reading eliminates overhead How to build a zero-allocation tokenizer and state machine for CSV, log files, and binary protocols Optimal data structures such as dynamic arrays, hash tables, and ring buffers selected for cache locality How to profile Pascal binaries, identify IO vs.
CPU bottlenecks, and apply compiler optimizations Stream-based pipeline architecture for unbounded datasets with flat, predictable memory profiles Robust error handling, defensive validation, and structured logging for long-running workflows Who This Book Is For:Intermediate Pascal developers ready to build high-throughput, low-level systems software. Familiarity with Pascal syntax and the command line is assumed.
Tools Covered: Free Pascal Compiler, SysUtils, BaseUnix, Windows API, Lazarus, Valgrind, and OS-level IO tuning utilities. Build data processors that handle massive datasets with deterministic, production-grade reliability.