Free shipping on orders over $99
Clojure High Performance Programming -

Clojure High Performance Programming -

by Shantanu Kumar
Paperback
Publication Date: 29/09/2015

Share This Book:

  $56.09
or 4 easy payments of $14.02 with
afterpay
Become an expert at writing fast and high performant code in Clojure 1.7.0

About This Book

* Enhance code performance by using appropriate Clojure features
* Improve the efficiency of applications and plan their deployment
* A hands-on guide to designing Clojure programs to get the best performance

Who This Book Is For

This book is intended for intermediate Clojure developers who are looking to get a good grip on achieving optimum performance. Having a basic knowledge of Java would be helpful.

What You Will Learn

* Identify performance issues in Clojure programs using different profiling tools
* Master techniques to achieve numerical performance in Clojure
* Use Criterium library to measure latency of Clojure expressions
* Exploit Java features in Clojure code to enhance performance
* Avoid reflection and boxing with type hints
* Understand Clojure's concurrency and state-management primitives in depth
* Measure and monitor performance, and understand optimization techniques

In Detail

Clojure treats code as data and has a macro system. It focuses on programming with immutable values and explicit progression-of-time constructs, which are intended to facilitate the development of more robust programs, particularly multithreaded ones. It is built with performance, pragmatism, and simplicity in mind. Like most general purpose languages, various Clojure features have different performance characteristics that one should know in order to write high performance code.
This book shows you how to evaluate the performance implications of various Clojure abstractions, discover their underpinnings, and apply the right approach for optimum performance in real-world programs.
It starts by helping you classify various use cases and the need for them with respect to performance and analysis of various performance aspects. You will also learn the performance vocabulary that experts use throughout the world and discover various Clojure data structures, abstractions, and their performance characteristics. Further, the book will guide you through enhancing performance by using Java interoperability and JVM-specific features from Clojure. It also highlights the importance of using the right concurrent data structure and Java concurrency abstractions.
This book also sheds light on performance metrics for measuring, how to measure, and how to visualize and monitor the collected data. At the end of the book, you will learn to run a performance profiler, identify bottlenecks, tune performance, and refactor code to get a better performance.

Style and approach

An easy-to-follow guide full of real-world examples and self-sufficient code snippets that will help you get your hands dirty with high performance programming with Clojure.
ISBN:
9781785283642
9781785283642
Category:
Computer programming / software development
Format:
Paperback
Publication Date:
29-09-2015
Publisher:
Packt Publishing Limited
Country of origin:
United Kingdom
Edition:
2nd Edition
Pages:
198
Dimensions (mm):
235x191x11mm
Weight:
0.35kg

This title is in stock with our Australian supplier and should arrive at our Sydney warehouse within 1 - 2 weeks of you placing an order.

Once received into our warehouse we will despatch it to you with a Shipping Notification which includes online tracking.

Please check the estimated delivery times below for your region, for after your order is despatched from our warehouse:

ACT Metro: 2 working days
NSW Metro: 2 working days
NSW Rural: 2-3 working days
NSW Remote: 2-5 working days
NT Metro: 3-6 working days
NT Remote: 4-10 working days
QLD Metro: 2-4 working days
QLD Rural: 2-5 working days
QLD Remote: 2-7 working days
SA Metro: 2-5 working days
SA Rural: 3-6 working days
SA Remote: 3-7 working days
TAS Metro: 3-6 working days
TAS Rural: 3-6 working days
VIC Metro: 2-3 working days
VIC Rural: 2-4 working days
VIC Remote: 2-5 working days
WA Metro: 3-6 working days
WA Rural: 4-8 working days
WA Remote: 4-12 working days

Reviews

Be the first to review Clojure High Performance Programming -.