Search results for "B::C"

B::C - Perl compiler's C backend River stage zero No dependents

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

lib/B/DeparseTree/P526c.pm River stage one • 1 direct dependent • 1 total dependent

ROCKY/B-DeparseTree-v3.4.0 - 15 Jul 2018 14:46:09 UTC - Search in distribution

CCsimple/CCsimple.pm River stage zero No dependents

DMR/CookBookB-19960430 - 30 Apr 1996 23:03:30 UTC - Search in distribution

B::Tools - Simple B operating library River stage one • 1 direct dependent • 2 total dependents

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 River stage four • 2 direct dependents • 9131 total dependents

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

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) River stage zero No dependents

TEDKAT/EPL2-0.001 - 17 Jun 2016 16:10:21 UTC - Search in distribution

B::JVM::Utils - Utility functions for B::JVM River stage zero No dependents

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

Acme::Flat - A Pure Perl reimplementation of B Internals River stage zero No dependents

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 River stage two • 9 direct dependents • 23 total dependents

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 River stage five • 11292 direct dependents • 32664 total dependents

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

List::Maker - Generate more sophisticated lists than just $a..$b River stage one • 1 direct dependent • 1 total dependent

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 River stage one • 4 direct dependents • 7 total dependents

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. River stage zero No dependents

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 River stage two • 70 direct dependents • 86 total dependents

MLEHMANN/EV-4.34 - 08 Oct 2023 21:47:52 UTC - Search in distribution

Imager::API - Imager's C API - introduction. River stage three • 108 direct dependents • 121 total dependents

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

Math::BSpline::Curve - B-spline curves River stage zero No dependents

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 River stage one • 1 direct dependent • 1 total dependent

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
4,703 results (0.154 seconds)