SearcharxivSearch

arXiv subjects

Weikang Weng

Publications and source records attributed to Weikang Weng.

6 recordsLinked to original sources

On the representation type of higher preprojective algebras of type $A$

In this paper, we establish a finite--tame--wild trichotomy for the representation type of $(n+1)$-preprojective algebras of type $A_m$. We also provide a complete classification of such algebras with respect to $\tau$-tilting finiteness. Moreover, for $n\ge 2$, we give a precise characterization of when each indecomposable module is $\tau$-rigid.

math.RT

A recollement approach to Brieskorn-Pham singularities

In this paper, we construct recollements and ladders for Brieskorn-Pham singularities via reduction/insertion functors, and study the singularity categories of the Brieskorn-Pham singularities using these ladders. In particular, we construct a class of tilting objects, called the extended tilting $n$-cuboids, whose endomorphism algebras are $n$-fold tensor products of certain Nakayama algebras. Moreover, we show that such an endomorphism algebra is derived equivalent to a certain replicated algebra. This generalizes the Happel-Seidel symmetry to the context of Brieskorn-Pham singularities.

math.RT

ACM tilting bundles on a Geigle-Lenzing projective plane of type $(2,2,2,p)$

Let $\mathbb{X}$ be a Geigle-Lenzing projective plane of type $(2,2,2,p)$ and $\mathsf{coh} \mathbb{X}$ the category of coherent sheaves on $\mathbb{X}$. This paper is devoted to study ACM tilting bundles over $\mathbb{X}$, that is, tilting objects in the derived category $\mathsf{D}^{\rm b}(\mathsf{coh} \, \mathbb{X})$ that are also ACM bundles. We show that a tilting bundle consisting of line bundles is the $2$-canonical tilting bundle up to degree shift. We also provide a program to construct ACM tilting bundles, which give a rich source of (almost) $2$-representation infinite algebras. As an application, we give a classification result of ACM tilting bundles.

math.RT

An open question for $d$-tilting bundles on Geigle-Lenzing projective spaces

We construct a family of $2$-tilting bundles on a Geigle-Lenzing projective space of type $(2,2,p,q)$ via the action of iterated $2$-APR mutations. As an application, we give some non-examples for an open question raised by Herschend, Iyama, Minamoto and Oppermann in the paper "Representation theory of Geigle-Lenzing complete intersections".

math.RT

Brieskorn-Pham singularities via ACM bundles on Geigle-Lenzing projective spaces

We study the singularity category of the Brieskorn-Pham singularity $R=k[X_1, \dots, X_4]/(\sum_{i=1}^{4} X_i^{p_i})$, associated with the Geigle-Lenzing projective space $\mathbb{X}$ of weight quadruple $(p_1,\dots, p_4)$, by investigating the stable category $\underline{\mathsf{ACM}} \, \mathbb{X}$ of arithmetically Cohen-Macaulay bundles on $\mathbb{X}$. We introduce the notion of $2$-extension bundles on $\mathbb{X}$, which is a higher dimensional analog of extension bundles on a weighted projective line of Geigle-Lenzing, and then establish a correspondence between $2$-extension bundles and a certain important class of Cohen-Macaulay $R$-modules studied by Herschend-Iyama-Minamoto-Oppermann. Furthermore, we construct a tilting object in $\underline{\mathsf{ACM}} \, \mathbb{X}$ consisting of $2$-extension bundles, whose endomorphism algebra is a $4$-fold tensor product of certain Nakayama algebras. We also investigate the Picard group action on $2$-extension bundles and obtain an explicit formula for the orbit number, which gives a positive answer to a higher version of an open question raised by Kussin-Lenzing-Meltzer.

math.AG

In Serverless, OS Scheduler Choice Costs Money: A Hybrid Scheduling Approach for Cheaper FaaS

In Function-as-a-Service (FaaS) serverless, large applications are split into short-lived stateless functions. Deploying functions is mutually profitable: users need not be concerned with resource management, while providers can keep their servers at high utilization rates running thousands of functions concurrently on a single machine. It is exactly this high concurrency that comes at a cost. The standard Linux Completely Fair Scheduler (CFS) switches often between tasks, which leads to prolonged execution times. We present evidence that relying on the default Linux CFS scheduler increases serverless workloads cost by up to 10X. In this article, we raise awareness and make a case for rethinking the OS-level scheduling in Linux for serverless workloads composed of many short-lived processes. To make serverless more affordable we introduce a hybrid two-level scheduling approach that relies on FaaS characteristics. Short-running functions are executed in FIFO fashion without preemption, while longer-running functions are passed to CFS after a certain time period. We show that tailor-made OS scheduling is able to significantly reduce user-facing costs without adding any provider-facing overhead.

cs.DC