1 / 10

Mastering PostScript: Syntax, Performance Testing, and More

Explore the world of PostScript with this informative guide covering syntax, testing procedures, performance evaluation, and answering common questions. Discover why PostScript is relevant, its history, and practical applications. Learn about stack-based architecture, dictionaries, and bindings, comparing Java and PostScript with a focus on performance using heapsort and time measurements. Thank you for your attention! 8 Relevant

hawkers
Download Presentation

Mastering PostScript: Syntax, Performance Testing, and More

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PostScript by Peter Peerdeman, Joren Poll en Timen Olthof

  2. Overview • Introduction • Syntax • Test Procedure • Performance • Questions

  3. Introduction • Why PostScript? • History • Usage

  4. Syntax 5 6 mul /myownmul { mul } def /x 4 def /myoperator { 6 3 mul } def myoperator /mul { div } def myoperator /myoperator { 6 3 mul } bind def myoperator /mul { div } def myoperator • Stack Based • Dictionary • Binding

  5. Test Procedure • Java vs. PostScript • Heapsort • Time Measurement

  6. Performance

  7. Questions?

  8. Thank you for your attention!

  9. Postscript by Peter Peerdeman, Joren Poll en Timen Olthof

More Related