Search results for "B::C"
B::C - Perl compiler's C backend
This compiler backend takes Perl source and generates C source code corresponding to the internal structures that perl uses to run your program. When the generated C source is compiled and run, it cuts out the time which perl would have taken to load...
RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTC - Search in distribution- B::CC - Perl compiler's optimized C translation backend
- B::Stash - show what stashes are loaded
- B::Bblock - Walk basic blocks
- 54 more results from B-C »
lib/B/DeparseTree/P526c.pm
ROCKY/B-DeparseTree-v3.4.0
-
15 Jul 2018 14:46:09 UTC
-
Search in distribution
B::Tools - Simple B operating library
B::Tools is simple B operating library....
TOKUHIROM/B-Tools-0.01 - 14 Sep 2013 00:07:47 UTC - Search in distribution
B::COW - B::COW additional B helpers to check COW status
B::COW provides some naive additional B helpers to check the COW status of one SvPV. COW or Copy On Write introduction A COWed SvPV is sharing its string (the PV) with other SvPVs. It's a (kind of) Read Only C string, that would be Copied On Write (C...
ATOOMIC/B-COW-0.007 - 20 Oct 2022 15:01:08 UTC - Search in distribution
XString - Isolated String helpers from B
XString provides the B string helpers in one isolated package. Right now only cstring and perlstring are available....
ATOOMIC/XString-0.005 - 20 Oct 2020 17:57:31 UTC - Search in distribution
App::Twitch - Your personal Twitter b...... lalalala
More documentation coming soon.......
GETTY/App-Twitch-0.904 - 15 Feb 2011 16:27:49 UTC - Search in distribution
Tree::BPTree - Perl implementation of B+ trees
B+ trees are balanced trees which provide an ordered map from keys to values. They are useful for indexing large bodies of data. They are similar to 2-3-4 Trees and Red-Black Trees. This implementation supports B+ trees using an arbitrary *n* value. ...
HANENKAMP/Tree-BPTree-1.08 - 23 Dec 2007 23:43:58 UTC - Search in distribution
EPL2::Command::B - B Command (Bar code)
TEDKAT/EPL2-0.001
-
17 Jun 2016 16:10:21 UTC
-
Search in distribution
B::JVM::Utils - Utility functions for B::JVM
This package is a set of utilties that are useful when compiling Perl to the JVM architecture. They are a hodgepodge of utilties that don't really fit anywhere else....
BKUHN/B-JVM-Jasmin-0.02 - 05 Dec 1999 08:34:32 UTC - Search in distribution- B::JVM::Emit - Package used by B::JVM to emit Java Bytecode
- B::JVM::Jasmin::CompileState - Internal package used by B::JVM::Jasmin to keep state of compilation
Acme::Flat - A Pure Perl reimplementation of B Internals
This module is mostly a learning experiment to help me understand the mechanics behind perl's "B" internals, and hopefully making more friendly documentation for "B" components in the process. At present, it only contains the implemented hierarchy pr...
KENTNL/Acme-Flat-0.001001 - 07 Mar 2017 15:37:13 UTC - Search in distribution
FFI::C - C data types for FFI
This distribution provides tools for building classes to interface for common C data types. Arrays, "struct", "union" and nested types based on those are supported. Core FFI::Platypus also provides FFI::Platypus::Record for manipulating and passing s...
PLICEASE/FFI-C-0.15 - 15 Nov 2022 16:51:24 UTC - Search in distribution
perlcall - Perl calling conventions from C
The purpose of this document is to show you how to call Perl subroutines directly from C, i.e., how to write *callbacks*. Apart from discussing the C interface provided by Perl for writing callbacks the document uses a series of examples to show how ...
PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution- perlcall - Perl calling conventions from C
- perlclib - Internal replacements for standard C library functions
- perlclib - Internal replacements for standard C library functions
- 230 more results from perl »
List::Maker - Generate more sophisticated lists than just $a..$b
The List::Maker module hijacks Perl's built-in file globbing syntax ("< *.pl >" and "glob '*.pl'") and retargets it at list creation. The rationale is simple: most people rarely if ever glob a set of files, but they have to create lists in almost eve...
DCONWAY/List-Maker-0.005 - 23 Apr 2014 22:57:37 UTC - Search in distribution
B::CallChecker - custom B-based op checking for subroutines
This module allows pure Perl code to attach a magical annotation to a Perl subroutine, resulting in resolvable calls to that subroutine being mutated at compile time by arbitrary Perl code. The ops of the subroutine call are manipulated via the B sys...
ZEFRAM/B-CallChecker-0.001 - 17 Jun 2012 21:35:21 UTC - Search in distribution
Asm::C - Extract macro values and structure details from C programs.
Extract macro values and structure details from C programs. Version "20210328". The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....
PRBRENAN/Asm-C-20210330 - 30 Mar 2021 00:34:37 UTC - Search in distribution
libev - a high performance full-featured event loop written in C
MLEHMANN/EV-4.34
-
08 Oct 2023 21:47:52 UTC
-
Search in distribution
Imager::API - Imager's C API - introduction.
The API allows you to access Imager functions at the C level from XS and from "Inline::C". The intent is to allow users to: * write C code that does Imager operations the user might do from Perl, but faster, for example, the Imager::CountColor exampl...
TONYC/Imager-1.023 - 19 Jan 2024 03:18:43 UTC - Search in distribution- Imager::Files - working with image files
- Imager::Filters - Entire Image Filtering Operations
Math::BSpline::Curve - B-spline curves
A B-spline curve of degree p is a curve built upon B-spline basis functions of degree p and a set of control points. The well-known Bezier curves are a special case of B-spline curves. For more information on B-spline basis functions see Math::BSplin...
LGEHLEN/Math-BSpline-Curve-0.002 - 02 Dec 2020 11:14:02 UTC - Search in distribution
Math::BSpline::Basis - B-spline basis functions
Introduction A spline S of degree p is a piecewise polynomial function from a real interval [a, b] to the real numbers. This means that given a strictly increasing sequence of breakpoints a = u_0 < u_1 < ... < u_m = b, S is a polynomial function of d...
LGEHLEN/Math-BSpline-Basis-0.002 - 18 Oct 2020 11:03:58 UTC - Search in distribution